{
  "_id": "6a103338acfb0bcc41c98321",
  "Type": "Package",
  "Package": "login",
  "Title": "'shiny' Login Module",
  "Version": "1.0.0",
  "Date": "2025-05-15",
  "Authors@R": "person(\"Jason\", \"Bryer\", , \"jason@bryer.org\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-2454-0402\"))",
  "Maintainer": "Jason Bryer <jason@bryer.org>",
  "Description": "Framework for adding authentication to 'shiny'\napplications. Provides flexibility as compared to other options\nfor where user credentials are saved, allows users to create\ntheir own accounts, and password reset functionality. Bryer\n(2024) <doi:10.5281/zenodo.10987876>.",
  "License": "GPL (>= 3)",
  "URL": "https://github.com/jbryer/login, https://jbryer.github.io/login/",
  "BugReports": "https://github.com/jbryer/login/issues",
  "VignetteBuilder": "knitr",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "Config/pak/sysreqs": "cmake make libicu-dev libsodium-dev libuv1-dev\nlibxml2-dev libssl-dev zlib1g-dev",
  "Repository": "https://jbryer.r-universe.dev",
  "Date/Publication": "2025-05-16 19:07:33 UTC",
  "RemoteUrl": "https://github.com/jbryer/login",
  "RemoteRef": "HEAD",
  "RemoteSha": "86546c3dd00bda4aa05f41183a2290c684358e81",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-12 08:23:44 UTC",
    "User": "root"
  },
  "Author": "Jason Bryer [aut, cre] (ORCID: <https://orcid.org/0000-0002-2454-0402>)",
  "MD5sum": "a4e036fb27527da40da7d6baa2fc59dc",
  "_user": "jbryer",
  "_type": "src",
  "_file": "login_1.0.0.tar.gz",
  "_fileid": "9a114b50cc39285616b45db39373d1f283f94df57820c66863880edd7c400802",
  "_filesize": 2774113,
  "_sha256": "9a114b50cc39285616b45db39373d1f283f94df57820c66863880edd7c400802",
  "_created": "2026-05-12T08:23:44.000Z",
  "_published": "2026-05-22T10:43:04.433Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77363813199,
      "time": 169,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6939229052"
    },
    {
      "job": 77363813301,
      "time": 139,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6939219678"
    },
    {
      "job": 77363813687,
      "time": 173,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6939220659"
    },
    {
      "job": 77363813598,
      "time": 182,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6939220872"
    },
    {
      "job": 77363812847,
      "time": 196,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6939174138"
    },
    {
      "job": 77363812989,
      "time": 123,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7158599945"
    },
    {
      "job": 77363813566,
      "time": 89,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6939203916"
    },
    {
      "job": 77363813442,
      "time": 105,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6939208815"
    },
    {
      "job": 77363813357,
      "time": 89,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6939203654"
    }
  ],
  "_buildurl": "https://github.com/r-universe/jbryer/actions/runs/25722433742",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/jbryer/login",
  "_commit": {
    "id": "86546c3dd00bda4aa05f41183a2290c684358e81",
    "author": "Jason Bryer <jason@bryer.org>",
    "committer": "Jason Bryer <jason@bryer.org>",
    "message": "Updated screenshots.\n",
    "time": 1747422453
  },
  "_maintainer": {
    "name": "Jason Bryer",
    "email": "jason@bryer.org",
    "login": "jbryer",
    "mastodon": "@jbryer@vis.social",
    "orcid": "0000-0002-2454-0402",
    "twitter": "@jbryer",
    "uuid": 623759
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "cookies",
      "role": "Imports"
    },
    {
      "package": "DBI",
      "role": "Imports"
    },
    {
      "package": "digest",
      "role": "Imports"
    },
    {
      "package": "emayili",
      "role": "Imports"
    },
    {
      "package": "htmltools",
      "role": "Imports"
    },
    {
      "package": "shiny",
      "role": "Imports"
    },
    {
      "package": "shinybusy",
      "role": "Imports"
    },
    {
      "package": "shinyjs",
      "role": "Imports"
    },
    {
      "package": "sodium",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "RSQLite",
      "role": "Enhances"
    }
  ],
  "_owner": "jbryer",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-20",
      "n": 5
    }
  ],
  "_tags": [],
  "_stars": 30,
  "_contributors": [
    {
      "user": "jbryer",
      "count": 65,
      "uuid": 623759
    }
  ],
  "_userbio": {
    "uuid": 623759,
    "type": "user",
    "name": "Jason Bryer",
    "description": "Assistant Professor and Associate Director, Data Science and Information Systems, School of Professional Studies, CUNY"
  },
  "_downloads": {
    "count": 182,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/login"
  },
  "_devurl": "https://github.com/jbryer/login",
  "_pkgdown": "https://jbryer.github.io/login/",
  "_searchresults": 55,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/login.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/jbryer/login",
  "_realowner": "jbryer",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.9.3",
      "date": "2024-04-18"
    }
  ],
  "_exports": [
    "clearParamButton",
    "decrypt_cookie",
    "emayili_emailer",
    "encrypt_cookie",
    "is_logged_in",
    "is_not_logged_in",
    "login_server",
    "login_ui",
    "logout_button",
    "new_user_ui",
    "passwdInput",
    "reset_password_ui",
    "showParamButton",
    "simple_parameter_validator",
    "use_login",
    "userParamServer"
  ],
  "_help": [
    {
      "page": "emayili_emailer",
      "title": "Returns a function to send emails using the 'emayili' package.",
      "topics": [
        "emayili_emailer"
      ]
    },
    {
      "page": "cookie_encryption",
      "title": "Encrypt cookie.",
      "topics": [
        "decrypt_cookie",
        "encrypt_cookie"
      ]
    },
    {
      "page": "is_logged_in",
      "title": "Display Shiny elements only if the user is logged in.",
      "topics": [
        "is_logged_in"
      ]
    },
    {
      "page": "is_not_logged_in",
      "title": "Display Shiny elements only if the user is not logged in.",
      "topics": [
        "is_not_logged_in"
      ]
    },
    {
      "page": "login_server",
      "title": "Login server module.",
      "topics": [
        "login_server"
      ]
    },
    {
      "page": "login_ui",
      "title": "Login UI elements.",
      "topics": [
        "login_ui"
      ]
    },
    {
      "page": "logout_button",
      "title": "Logout button.",
      "topics": [
        "logout_button"
      ]
    },
    {
      "page": "new_user_ui",
      "title": "UI for creating a new user account.",
      "topics": [
        "new_user_ui"
      ]
    },
    {
      "page": "passwdInput",
      "title": "Password input textbox.",
      "topics": [
        "passwdInput"
      ]
    },
    {
      "page": "reset_password_ui",
      "title": "UI for resetting password.",
      "topics": [
        "reset_password_ui"
      ]
    },
    {
      "page": "userParamServerButtons",
      "title": "Button to show the parameter modal dialog box.",
      "topics": [
        "clearParamButton",
        "showParamButton"
      ]
    },
    {
      "page": "simple_parameter_validator",
      "title": "A simple validation check to ensure the parameters are not blank.",
      "topics": [
        "simple_parameter_validator"
      ]
    },
    {
      "page": "use_login",
      "title": "JavaScript and CSS dependencies.",
      "topics": [
        "use_login"
      ]
    },
    {
      "page": "userParamServer",
      "title": "Server module for user parameter input",
      "topics": [
        "userParamServer"
      ]
    }
  ],
  "_readme": "https://github.com/jbryer/login/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "base64enc",
    "bslib",
    "cachem",
    "cli",
    "clock",
    "commonmark",
    "cookies",
    "cpp11",
    "curl",
    "DBI",
    "digest",
    "dplyr",
    "emayili",
    "evaluate",
    "fastmap",
    "fontawesome",
    "fs",
    "generics",
    "glue",
    "highr",
    "htmltools",
    "htmlwidgets",
    "httpuv",
    "httr",
    "jquerylib",
    "jsonlite",
    "knitr",
    "later",
    "lifecycle",
    "logger",
    "magrittr",
    "memoise",
    "mime",
    "openssl",
    "otel",
    "pillar",
    "pkgconfig",
    "promises",
    "purrr",
    "R6",
    "rappdirs",
    "Rcpp",
    "rlang",
    "rmarkdown",
    "rvest",
    "sass",
    "selectr",
    "shiny",
    "shinybusy",
    "shinyjs",
    "sodium",
    "sourcetools",
    "stringi",
    "stringr",
    "sys",
    "tibble",
    "tidyr",
    "tidyselect",
    "tinytex",
    "triebeard",
    "tzdb",
    "urltools",
    "utf8",
    "vctrs",
    "withr",
    "xfun",
    "xml2",
    "xtable",
    "yaml"
  ],
  "_vignettes": [
    {
      "source": "login.Rmd",
      "filename": "login.html",
      "title": "login: Shiny Login Module",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Installation",
        "Getting Started",
        "Shiny Server",
        "Shiny UI",
        "Adapting your Shiny application to the user",
        "Salting",
        "User management outside of the login module",
        "Acknowledgements",
        "Disclaimer"
      ],
      "created": "2024-04-12 13:38:22",
      "modified": "2024-04-16 13:15:44",
      "commits": 5
    },
    {
      "source": "paramaters.Rmd",
      "filename": "paramaters.html",
      "title": "User Defined Shiny Parameters",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Cookies",
        "Full Shiny Demo",
        "Validation",
        "Customizing the Shiny inputs",
        "File Input Example"
      ],
      "created": "2025-05-16 03:29:25",
      "modified": "2025-05-16 19:01:13",
      "commits": 3
    }
  ],
  "_score": 6.217483944213907,
  "_indexed": true,
  "_nocasepkg": "login",
  "_universes": [
    "jbryer"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-05-12T08:26:22.000Z",
      "distro": "noble",
      "commit": "86546c3dd00bda4aa05f41183a2290c684358e81",
      "fileid": "6299241f8231831a79994b5f59ed79c280d3dc02d9bc6f9435e6b05950e6cd45",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jbryer/actions/runs/25722433742"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-05-12T08:25:56.000Z",
      "distro": "noble",
      "commit": "86546c3dd00bda4aa05f41183a2290c684358e81",
      "fileid": "3d182a0a4f4cb54c26f20d32b95d749f1e6bb249404d79c14a38228f17a2e7a5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jbryer/actions/runs/25722433742"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-05-12T08:26:04.000Z",
      "commit": "86546c3dd00bda4aa05f41183a2290c684358e81",
      "fileid": "4690072ead503e2033be03baaf52838b99593c28053bb1c3054b6a54b9ecbb62",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jbryer/actions/runs/25722433742"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-05-12T08:26:00.000Z",
      "commit": "86546c3dd00bda4aa05f41183a2290c684358e81",
      "fileid": "510af50c52ce24949c1a27dcdb32dac2c0762debf8c03d850fe145f3509d31b3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jbryer/actions/runs/25722433742"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-05-12T08:25:02.000Z",
      "commit": "86546c3dd00bda4aa05f41183a2290c684358e81",
      "fileid": "dccfc200458c13060c0b4df450078316577bb4ba72cff163accae00c626b6eaf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jbryer/actions/runs/25722433742"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-05-12T08:25:16.000Z",
      "commit": "86546c3dd00bda4aa05f41183a2290c684358e81",
      "fileid": "04d5ce55115288feeed5bf3ace21ef191ad56be956a694bf35411a51831cb22d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jbryer/actions/runs/25722433742"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-05-12T08:24:58.000Z",
      "commit": "86546c3dd00bda4aa05f41183a2290c684358e81",
      "fileid": "3a570ba7b2e81615d0f54b6f01617fdeeab713689d6d4b42f5c1a71d19221a88",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jbryer/actions/runs/25722433742"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.0",
      "date": "2026-05-22T10:42:42.000Z",
      "commit": "86546c3dd00bda4aa05f41183a2290c684358e81",
      "fileid": "17e18dfc51d7c9869083607c1a1d4c38c7b4c704ab6b42bc129603a7d0d329f3",
      "status": "success",
      "buildurl": "https://github.com/r-universe/jbryer/actions/runs/25722433742"
    }
  ]
}