{
  "_id": "6a22831fcd65a98ecbd52447",
  "Package": "shinymanager",
  "Title": "Authentication Management for 'Shiny' Applications",
  "Version": "1.0.6",
  "Authors@R": "c(\nperson(\"Benoit\", \"Thieurmel\", email = \"bthieurmel@gmail.com\", role = c(\"aut\", \"cre\")),\nperson(\"Victor\", \"Perrier\", email = \"victor.perrier@dreamRs.fr\", role = c(\"aut\"))\n)",
  "Description": "Simple and secure authentification mechanism for single\n'Shiny' applications. Credentials can be stored in an encrypted\n'SQLite' database or on your own SQL Database (Postgres, MySQL,\n...). Source code of main application is protected until\nauthentication is successful.",
  "License": "GPL-3",
  "URL": "https://github.com/datastorm-open/shinymanager",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.3",
  "VignetteBuilder": "knitr",
  "Config/pak/sysreqs": "cmake make libuv1-dev libssl-dev zlib1g-dev",
  "Repository": "https://datastorm-open.r-universe.dev",
  "Date/Publication": "2025-11-07 10:40:23 UTC",
  "RemoteUrl": "https://github.com/datastorm-open/shinymanager",
  "RemoteRef": "HEAD",
  "RemoteSha": "3535e7a3583da978fe52eb2dda00cb3e837c0620",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-05 08:00:49 UTC",
    "User": "root"
  },
  "Author": "Benoit Thieurmel [aut, cre],\nVictor Perrier [aut]",
  "Maintainer": "Benoit Thieurmel <bthieurmel@gmail.com>",
  "MD5sum": "b8c612b922555e32eb2e33ed6628a9c6",
  "_user": "datastorm-open",
  "_type": "src",
  "_file": "shinymanager_1.0.6.tar.gz",
  "_fileid": "28175cfb66aefb92bfc434b38686e21dcf942d2e7e53e0f934458950e6fd7bd5",
  "_filesize": 2395495,
  "_sha256": "28175cfb66aefb92bfc434b38686e21dcf942d2e7e53e0f934458950e6fd7bd5",
  "_created": "2026-06-05T08:00:49.000Z",
  "_published": "2026-06-05T08:04:47.954Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79688047250,
      "time": 205,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7431759770"
    },
    {
      "job": 79688047219,
      "time": 177,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7431752112"
    },
    {
      "job": 79688047285,
      "time": 201,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7431744610"
    },
    {
      "job": 79688047207,
      "time": 171,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7431743091"
    },
    {
      "job": 79687534077,
      "time": 207,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7431698520"
    },
    {
      "job": 79688047200,
      "time": 127,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7431737446"
    },
    {
      "job": 79688047300,
      "time": 129,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7431738610"
    },
    {
      "job": 79688047567,
      "time": 108,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7431731726"
    },
    {
      "job": 79688047326,
      "time": 136,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7431740001"
    }
  ],
  "_buildurl": "https://github.com/r-universe/datastorm-open/actions/runs/27002942317",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/datastorm-open/shinymanager",
  "_commit": {
    "id": "3535e7a3583da978fe52eb2dda00cb3e837c0620",
    "author": "B. Thieurmel <bthieurmel@gmail.com>",
    "committer": "B. Thieurmel <bthieurmel@gmail.com>",
    "message": "FIX\n",
    "time": 1762512023
  },
  "_maintainer": {
    "name": "Benoit Thieurmel",
    "email": "bthieurmel@gmail.com",
    "login": "bthieurmel",
    "description": "",
    "uuid": 8750326
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R6",
      "role": "Imports"
    },
    {
      "package": "shiny",
      "role": "Imports"
    },
    {
      "package": "htmltools",
      "role": "Imports"
    },
    {
      "package": "DT",
      "version": ">= 0.5",
      "role": "Imports"
    },
    {
      "package": "DBI",
      "role": "Imports"
    },
    {
      "package": "RSQLite",
      "role": "Imports"
    },
    {
      "package": "openssl",
      "role": "Imports"
    },
    {
      "package": "R.utils",
      "role": "Imports"
    },
    {
      "package": "billboarder",
      "role": "Imports"
    },
    {
      "package": "scrypt",
      "role": "Imports"
    },
    {
      "package": "yaml",
      "role": "Imports"
    },
    {
      "package": "glue",
      "role": "Imports"
    },
    {
      "package": "keyring",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 2.1.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "RPostgres",
      "role": "Suggests"
    },
    {
      "package": "sparklyr",
      "role": "Suggests"
    }
  ],
  "_owner": "datastorm-open",
  "_selfowned": true,
  "_usedby": 7,
  "_updates": [
    {
      "week": "2025-36",
      "n": 11
    },
    {
      "week": "2025-45",
      "n": 3
    }
  ],
  "_tags": [],
  "_topics": [
    "shiny",
    "shiny-server",
    "shinyapps"
  ],
  "_stars": 404,
  "_contributors": [
    {
      "user": "bthieurmel",
      "count": 142,
      "uuid": 8750326
    },
    {
      "user": "pvictor",
      "count": 80,
      "uuid": 4415580
    },
    {
      "user": "ismirsehregal",
      "count": 20,
      "uuid": 36849480
    },
    {
      "user": "statismike",
      "count": 6,
      "uuid": 68530119
    },
    {
      "user": "erikson84",
      "count": 3,
      "uuid": 6096943
    },
    {
      "user": "indubio",
      "count": 3,
      "uuid": 3632037
    },
    {
      "user": "wtbxsjy",
      "count": 3,
      "uuid": 9799980
    },
    {
      "user": "mcldrchl",
      "count": 2,
      "uuid": 128703392
    },
    {
      "user": "ads40",
      "count": 2,
      "uuid": 756975
    },
    {
      "user": "brancengregory",
      "count": 1,
      "uuid": 13408602
    },
    {
      "user": "lefkiospaikousis",
      "count": 1,
      "uuid": 13045798
    },
    {
      "user": "ucg8j",
      "count": 1,
      "uuid": 6220504
    },
    {
      "user": "adffzf",
      "count": 1,
      "uuid": 102162866
    },
    {
      "user": "angelobj",
      "count": 1,
      "uuid": 13308356
    },
    {
      "user": "crouchcd",
      "count": 1,
      "uuid": 19394466
    },
    {
      "user": "ironwest",
      "count": 1,
      "uuid": 22591943
    }
  ],
  "_userbio": {
    "uuid": 18034680,
    "type": "organization",
    "name": "DataStorm",
    "description": "DataStorm Open Project"
  },
  "_downloads": {
    "count": 3279,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/shinymanager"
  },
  "_devurl": "https://github.com/datastorm-open/shinymanager",
  "_searchresults": 492,
  "_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/shinymanager.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/datastorm-open/shinymanager",
  "_realowner": "datastorm-open",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0",
      "date": "2019-06-19"
    },
    {
      "version": "1.0.100",
      "date": "2019-12-11"
    },
    {
      "version": "1.0.200",
      "date": "2020-02-28"
    },
    {
      "version": "1.0.300",
      "date": "2020-08-24"
    },
    {
      "version": "1.0.400",
      "date": "2021-06-16"
    },
    {
      "version": "1.0.410",
      "date": "2022-09-27"
    }
  ],
  "_exports": [
    "auth_server",
    "auth_ui",
    "check_credentials",
    "create_db",
    "create_sql_db",
    "fab_button",
    "generate_pwd",
    "get_labels",
    "pwd_server",
    "pwd_ui",
    "read_db_decrypt",
    "secure_app",
    "secure_server",
    "set_labels",
    "use_language",
    "write_db_encrypt"
  ],
  "_help": [
    {
      "page": "check_credentials",
      "title": "Check credentials",
      "topics": [
        "check_credentials"
      ]
    },
    {
      "page": "create_db",
      "title": "Create credentials database",
      "topics": [
        "create_db"
      ]
    },
    {
      "page": "create_sql_db",
      "title": "Create credentials SQL database",
      "topics": [
        "create_sql_db"
      ]
    },
    {
      "page": "custom-labels",
      "title": "Modify shinymanager labels to use custom text",
      "topics": [
        "custom-labels",
        "get_labels",
        "set_labels"
      ]
    },
    {
      "page": "db-crypted",
      "title": "Read / Write crypted table from / to a SQLite database",
      "topics": [
        "db-crypted",
        "read_db_decrypt",
        "write_db_encrypt"
      ]
    },
    {
      "page": "fab_button",
      "title": "Create a FAB button",
      "topics": [
        "fab_button"
      ]
    },
    {
      "page": "generate_pwd",
      "title": "Simple password generation",
      "topics": [
        "generate_pwd"
      ]
    },
    {
      "page": "module-authentication",
      "title": "Authentication module",
      "topics": [
        "auth_server",
        "auth_ui",
        "module-authentication"
      ]
    },
    {
      "page": "module-password",
      "title": "New password module",
      "topics": [
        "module-password",
        "pwd_server",
        "pwd_ui"
      ]
    },
    {
      "page": "secure-app",
      "title": "Secure a Shiny application and manage authentication",
      "topics": [
        "secure-app",
        "secure_app",
        "secure_server"
      ]
    },
    {
      "page": "use_language",
      "title": "Use shinymanager labels",
      "topics": [
        "use_language"
      ]
    }
  ],
  "_readme": "https://github.com/datastorm-open/shinymanager/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "base64enc",
    "billboarder",
    "bit",
    "bit64",
    "blob",
    "bslib",
    "cachem",
    "cli",
    "commonmark",
    "cpp11",
    "crosstalk",
    "DBI",
    "digest",
    "DT",
    "evaluate",
    "farver",
    "fastmap",
    "fontawesome",
    "fs",
    "ggplot2",
    "glue",
    "gtable",
    "highr",
    "htmltools",
    "htmlwidgets",
    "httpuv",
    "isoband",
    "jquerylib",
    "jsonlite",
    "knitr",
    "labeling",
    "later",
    "lazyeval",
    "lifecycle",
    "magrittr",
    "memoise",
    "mime",
    "openssl",
    "otel",
    "pkgconfig",
    "promises",
    "R.methodsS3",
    "R.oo",
    "R.utils",
    "R6",
    "rappdirs",
    "RColorBrewer",
    "Rcpp",
    "rlang",
    "rmarkdown",
    "RSQLite",
    "S7",
    "sass",
    "scales",
    "scrypt",
    "shiny",
    "sourcetools",
    "sys",
    "tinytex",
    "vctrs",
    "viridisLite",
    "withr",
    "xfun",
    "xtable",
    "yaml"
  ],
  "_vignettes": [
    {
      "source": "SQLite_Admin.Rmd",
      "filename": "SQLite_Admin.html",
      "title": "shinymanager : SQLite Admin",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Admin mode",
        "Manage users",
        "Add user",
        "Edit current user",
        "Remove a user",
        "Password management",
        "Logs"
      ],
      "created": "2019-09-04 13:44:43",
      "modified": "2020-08-20 15:13:13",
      "commits": 5
    }
  ],
  "_score": 11.312398438336933,
  "_indexed": true,
  "_nocasepkg": "shinymanager",
  "_universes": [
    "datastorm-open",
    "bthieurmel"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.6",
      "date": "2026-06-05T08:03:43.000Z",
      "distro": "noble",
      "commit": "3535e7a3583da978fe52eb2dda00cb3e837c0620",
      "fileid": "824e09703a64c9cb2ca15531918363a23f5f382fb2d024e90c1bf1b231430f37",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/datastorm-open/actions/runs/27002942317"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.6",
      "date": "2026-06-05T08:03:21.000Z",
      "distro": "noble",
      "commit": "3535e7a3583da978fe52eb2dda00cb3e837c0620",
      "fileid": "6dfe2d197cbe479790019482727cc48940c01782e1963f500b8434ed4322d333",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/datastorm-open/actions/runs/27002942317"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.6",
      "date": "2026-06-05T08:03:06.000Z",
      "commit": "3535e7a3583da978fe52eb2dda00cb3e837c0620",
      "fileid": "a1b9c8eec8cf788c41c4dd548886be93358c913a57b1f587aff86f20098c7947",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/datastorm-open/actions/runs/27002942317"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.6",
      "date": "2026-06-05T08:02:55.000Z",
      "commit": "3535e7a3583da978fe52eb2dda00cb3e837c0620",
      "fileid": "a016288554b0f003c6416751e2ce53f1b7b747cc63c0d23a449df3edc99751f6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/datastorm-open/actions/runs/27002942317"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.6",
      "date": "2026-06-05T08:03:16.000Z",
      "commit": "3535e7a3583da978fe52eb2dda00cb3e837c0620",
      "fileid": "bcd9d1b74bc101be093d14e449798a148b7afda1d59fc206bba22ec8608cf36e",
      "status": "success",
      "buildurl": "https://github.com/r-universe/datastorm-open/actions/runs/27002942317"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.6",
      "date": "2026-06-05T08:02:27.000Z",
      "commit": "3535e7a3583da978fe52eb2dda00cb3e837c0620",
      "fileid": "1123596d8a0226e30ae60737ae998f7732a49b5bcde9b8937c8376d90a8f37e9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/datastorm-open/actions/runs/27002942317"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.6",
      "date": "2026-06-05T08:02:17.000Z",
      "commit": "3535e7a3583da978fe52eb2dda00cb3e837c0620",
      "fileid": "857d58fe58ae7556caaeda305dfc0220e7a0877d202e237ede1dcc241321d6e7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/datastorm-open/actions/runs/27002942317"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.6",
      "date": "2026-06-05T08:02:31.000Z",
      "commit": "3535e7a3583da978fe52eb2dda00cb3e837c0620",
      "fileid": "77c581d64cea1748795b1c259dc5af86d7cf9e15e8fc505822b06b9e6b30cd90",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/datastorm-open/actions/runs/27002942317"
    }
  ]
}