{"id":13858079,"url":"https://github.com/bormanjo/Shiny-App-User-Authentication","last_synced_at":"2025-07-13T23:31:07.906Z","repository":{"id":96782616,"uuid":"122471094","full_name":"bormanjo/Shiny-App-User-Authentication","owner":"bormanjo","description":"A template for a user authentication interface in RShiny","archived":false,"fork":false,"pushed_at":"2018-02-22T12:10:28.000Z","size":8,"stargazers_count":11,"open_issues_count":0,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-22T16:39:12.999Z","etag":null,"topics":["r","rshiny","shiny","shinyapps","user-authentication"],"latest_commit_sha":null,"homepage":null,"language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bormanjo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2018-02-22T11:42:59.000Z","updated_at":"2023-10-17T11:53:39.000Z","dependencies_parsed_at":"2024-02-09T02:01:05.605Z","dependency_job_id":"ecc73f73-2074-4833-ade3-5d7d0fa32764","html_url":"https://github.com/bormanjo/Shiny-App-User-Authentication","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bormanjo/Shiny-App-User-Authentication","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bormanjo%2FShiny-App-User-Authentication","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bormanjo%2FShiny-App-User-Authentication/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bormanjo%2FShiny-App-User-Authentication/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bormanjo%2FShiny-App-User-Authentication/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bormanjo","download_url":"https://codeload.github.com/bormanjo/Shiny-App-User-Authentication/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bormanjo%2FShiny-App-User-Authentication/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265220252,"owners_count":23729783,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["r","rshiny","shiny","shinyapps","user-authentication"],"created_at":"2024-08-05T03:01:56.019Z","updated_at":"2025-07-13T23:31:07.569Z","avatar_url":"https://github.com/bormanjo.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"readme":"# A Template for Simple User Authentication\n\nA quick reference for those looking to build a simple interface for user login on their Shiny App. Particularly useful for those not looking to pay for the premium ShinyApps login feature.\n\n## Disclosure\n\nI do not study cryptography nor can I say that this is a secure authentication procedure.\n\n## How it Works\n\n- Creates a SQLite database for storing information. The 'users' table houses the username and hashed passwords for all registered users.\n- User switches between two renderUI() functions depending on the login status.\n- If an account does not exist, the user can create an account. The username is stored in plaintext along with the hashed password text using the sha256() function from the openssl library\n- If an account exists, the user can login with the corresponding username and password. The loggedIn status of the app changes and the UI changes.\n- After logging in, the user can logout by clicking the action-link in the top right.\n- A log of actions can be found in the console.\n\n## Potential improvements\n\n- Password resets\n- More detailed user registration form (re-type password, user email)\n- Verify password authentication with cryptography standards\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbormanjo%2FShiny-App-User-Authentication","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbormanjo%2FShiny-App-User-Authentication","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbormanjo%2FShiny-App-User-Authentication/lists"}