{
  "_id": "6a156b74acfb0bcc41d63a20",
  "Package": "shinyauthr",
  "Type": "Package",
  "Title": "'Shiny' Authentication Modules",
  "Version": "1.0.0.9000",
  "Authors@R": "c(person(given = \"Paul\",\nfamily = \"Campbell\",\nemail = \"pacampbell91@gmail.com\",\nrole = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0003-1018-6606\")),\nperson(given = \"Michael\",\nfamily = \"Dewar\",\nemail = \"michael.p.dewar@gmail.com\",\nrole = \"ctb\"))",
  "Description": "Add in-app user authentication to 'shiny', allowing you to\nsecure publicly hosted apps and build dynamic user interfaces\nfrom user information.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.2.3",
  "URL": "https://github.com/paulc91/shinyauthr",
  "BugReports": "https://github.com/paulc91/shinyauthr/issues",
  "Config/testthat/edition": "3",
  "Config/pak/sysreqs": "cmake make libuv1-dev zlib1g-dev",
  "Repository": "https://paulc91.r-universe.dev",
  "Date/Publication": "2024-03-04 17:13:02 UTC",
  "RemoteUrl": "https://github.com/paulc91/shinyauthr",
  "RemoteRef": "HEAD",
  "RemoteSha": "1eea807a5d1ddfd5f67505110029c5b9389cc3f6",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-26 09:40:05 UTC",
    "User": "root"
  },
  "Author": "Paul Campbell [aut, cre] (ORCID:\n<https://orcid.org/0000-0003-1018-6606>),\nMichael Dewar [ctb]",
  "Maintainer": "Paul Campbell <pacampbell91@gmail.com>",
  "MD5sum": "9be1acd230eae365a393530ea9f35deb",
  "_user": "paulc91",
  "_type": "src",
  "_file": "shinyauthr_1.0.0.9000.tar.gz",
  "_fileid": "59eca7e08523345e30049854ecddb80d9591c0c0b0064649cae67045d7d0e90d",
  "_filesize": 125683,
  "_sha256": "59eca7e08523345e30049854ecddb80d9591c0c0b0064649cae67045d7d0e90d",
  "_created": "2026-05-26T09:40:05.000Z",
  "_published": "2026-05-26T09:44:20.979Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77847731162,
      "time": 130,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7213798762"
    },
    {
      "job": 77847731052,
      "time": 132,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7213799023"
    },
    {
      "job": 77847731072,
      "time": 133,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7213791881"
    },
    {
      "job": 77847731017,
      "time": 125,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7213788732"
    },
    {
      "job": 77847265350,
      "time": 171,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7213752830"
    },
    {
      "job": 77847731003,
      "time": 123,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7213795809"
    },
    {
      "job": 77847731134,
      "time": 71,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7213778473"
    },
    {
      "job": 77847731089,
      "time": 77,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7213780599"
    },
    {
      "job": 77847731051,
      "time": 222,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7213829043"
    }
  ],
  "_buildurl": "https://github.com/r-universe/paulc91/actions/runs/26444506688",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/paulc91/shinyauthr",
  "_commit": {
    "id": "1eea807a5d1ddfd5f67505110029c5b9389cc3f6",
    "author": "Paul Campbell <pacampbell91@gmail.com>",
    "committer": "Paul Campbell <pacampbell91@gmail.com>",
    "message": "update github actions and move sodium to suggests\n",
    "time": 1709572382
  },
  "_maintainer": {
    "name": "Paul Campbell",
    "email": "pacampbell91@gmail.com",
    "login": "paulc91",
    "mastodon": "@paulc91@fosstodon.org",
    "bluesky": "@paulc91.bsky.social",
    "description": "",
    "uuid": 25231784,
    "orcid": "0000-0003-1018-6606"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "shiny",
      "version": ">= 1.5.0",
      "role": "Imports"
    },
    {
      "package": "shinyjs",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "glue",
      "role": "Imports"
    },
    {
      "package": "sodium",
      "role": "Suggests"
    },
    {
      "package": "DBI",
      "role": "Suggests"
    },
    {
      "package": "RSQLite",
      "role": "Suggests"
    },
    {
      "package": "lubridate",
      "role": "Suggests"
    },
    {
      "package": "shinydashboard",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "shinytest",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    }
  ],
  "_owner": "paulc91",
  "_selfowned": true,
  "_usedby": 5,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "authentication",
    "shiny"
  ],
  "_stars": 439,
  "_contributors": [
    {
      "user": "paulc91",
      "count": 76,
      "uuid": 25231784
    },
    {
      "user": "michael-dewar",
      "count": 16,
      "uuid": 59778502
    },
    {
      "user": "olreim",
      "count": 3,
      "uuid": 340918
    },
    {
      "user": "chuckhend",
      "count": 1,
      "uuid": 15756360
    },
    {
      "user": "burgerga",
      "count": 1,
      "uuid": 907362
    },
    {
      "user": "revanthnemani",
      "count": 1,
      "uuid": 43512987
    },
    {
      "user": "yogat3ch",
      "count": 1,
      "uuid": 32208821
    },
    {
      "user": "laresbernardo",
      "count": 1,
      "uuid": 25909073
    }
  ],
  "_userbio": {
    "uuid": 25231784,
    "type": "user",
    "name": "Paul Campbell"
  },
  "_downloads": {
    "count": 904,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/shinyauthr"
  },
  "_devurl": "https://github.com/paulc91/shinyauthr",
  "_searchresults": 176,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/shinyauthr.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/paulc91/shinyauthr",
  "_realowner": "paulc91",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2021-07-20"
    }
  ],
  "_exports": [
    "login",
    "loginServer",
    "loginUI",
    "logout",
    "logoutServer",
    "logoutUI",
    "runExample"
  ],
  "_help": [
    {
      "page": "login",
      "title": "login server module (deprecated)",
      "topics": [
        "login"
      ]
    },
    {
      "page": "loginServer",
      "title": "login server module",
      "topics": [
        "loginServer"
      ]
    },
    {
      "page": "loginUI",
      "title": "login UI module",
      "topics": [
        "loginUI"
      ]
    },
    {
      "page": "logout",
      "title": "logout server module (deprecated)",
      "topics": [
        "logout"
      ]
    },
    {
      "page": "logoutServer",
      "title": "logout server module",
      "topics": [
        "logoutServer"
      ]
    },
    {
      "page": "logoutUI",
      "title": "logout UI module",
      "topics": [
        "logoutUI"
      ]
    },
    {
      "page": "runExample",
      "title": "Run shinyauthr examples",
      "topics": [
        "runExample"
      ]
    }
  ],
  "_readme": "https://github.com/paulc91/shinyauthr/raw/HEAD/README.md",
  "_rundeps": [
    "base64enc",
    "bslib",
    "cachem",
    "cli",
    "commonmark",
    "digest",
    "dplyr",
    "fastmap",
    "fontawesome",
    "fs",
    "generics",
    "glue",
    "htmltools",
    "httpuv",
    "jquerylib",
    "jsonlite",
    "later",
    "lifecycle",
    "magrittr",
    "memoise",
    "mime",
    "otel",
    "pillar",
    "pkgconfig",
    "promises",
    "R6",
    "rappdirs",
    "Rcpp",
    "rlang",
    "sass",
    "shiny",
    "shinyjs",
    "sourcetools",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr",
    "xtable"
  ],
  "_score": 8.60813649146223,
  "_indexed": true,
  "_nocasepkg": "shinyauthr",
  "_universes": [
    "paulc91"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.0.9000",
      "date": "2026-05-26T09:42:19.000Z",
      "distro": "noble",
      "commit": "1eea807a5d1ddfd5f67505110029c5b9389cc3f6",
      "fileid": "a862c3af0f341329f46191f583947a45fe221d6d121fbf15b2e5d89acc3fe753",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/paulc91/actions/runs/26444506688"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.0.9000",
      "date": "2026-05-26T09:42:24.000Z",
      "distro": "noble",
      "commit": "1eea807a5d1ddfd5f67505110029c5b9389cc3f6",
      "fileid": "b3de8a49eb6f4aa3f54477670bbe21424fb1a1ef5929fb7d0124018e2693694e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/paulc91/actions/runs/26444506688"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.0.9000",
      "date": "2026-05-26T09:42:04.000Z",
      "commit": "1eea807a5d1ddfd5f67505110029c5b9389cc3f6",
      "fileid": "9711940e3381432f2a9e9f18ebcddb5aa73a0782f99fe7e41eef92a6e238225e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/paulc91/actions/runs/26444506688"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.0.9000",
      "date": "2026-05-26T09:41:53.000Z",
      "commit": "1eea807a5d1ddfd5f67505110029c5b9389cc3f6",
      "fileid": "34fbdc359520682f067732e0b221d0ed84a84c80af77d7551c1a3a60c674be3a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/paulc91/actions/runs/26444506688"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.0.9000",
      "date": "2026-05-26T09:42:24.000Z",
      "commit": "1eea807a5d1ddfd5f67505110029c5b9389cc3f6",
      "fileid": "aa0efbf4091b333b81d551685eb932832e6d60dbd57dd35094dece101c508dcb",
      "status": "success",
      "buildurl": "https://github.com/r-universe/paulc91/actions/runs/26444506688"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.0.9000",
      "date": "2026-05-26T09:41:20.000Z",
      "commit": "1eea807a5d1ddfd5f67505110029c5b9389cc3f6",
      "fileid": "6e3e9a7fb8b1be7199a7be8632a63dd9f5ec061b0edb233222f20406a32ca96d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/paulc91/actions/runs/26444506688"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.0.9000",
      "date": "2026-05-26T09:41:22.000Z",
      "commit": "1eea807a5d1ddfd5f67505110029c5b9389cc3f6",
      "fileid": "7c560cb7f6a38edc2685a57b65583fc88206db1c4f9e38cea7a37f6e253d67c0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/paulc91/actions/runs/26444506688"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.0.9000",
      "date": "2026-05-26T09:43:46.000Z",
      "commit": "1eea807a5d1ddfd5f67505110029c5b9389cc3f6",
      "fileid": "59ddb08e7c3f4e323baae3cf4c914c0ce205f91d7de0bd3a09266f987af91de5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/paulc91/actions/runs/26444506688"
    }
  ]
}