| admin_tab | Create the Admin Tab tab |
| auth_body | Create the body for the auth part of the dashboard This will... |
| auth_check | Check the username and password given in input$user and... |
| auth_server | Manage the logon, and the changes of the UI based upon |
| auth_sidebar | Create the sidbar for the dashboard, diffrent dependent upon... |
| authSidebarMenu | Function that creates a sidebar with the id authMenuItems and... |
| change_user_admin_status | Function that allos for the awaring and revoking of admin... |
| change_user_details | Change users Deitals must be called from inside a name space |
| change_user_password | Chagne users password |
| check_user_id | Given a user id return TRUE if they exist in the db and FALSE... |
| create_auth_tables | Function to create tables for shinyauth, this funciton will... |
| create_user_modal | User creation modal |
| generate_random_password | Generate a random password using sodium |
| get_curret_user_ids | Query the db for the table of all of the user information |
| get_random_char | Generate a random character using sodium |
| get_random_int | Generate a random integer using sodium |
| get_users_table | Query the db for the table of all of the user information |
| list_defults | Given an auth object create a list of the defult values |
| make_auth_object | Make the auth object from the auth_config file and the... |
| message_modal | Show a message to the user, without custom javascript |
| password_change_manager | This function creates and manages the life cycle of a uniqe... |
| password_change_modal | Password Reset/Change modal ui box The UI shown depends on if... |
| password_change_required | Check if a given user's password needs changing. A password... |
| render_admin_page | Function creating the ui for a admin page |
| render_settings_page | Function creating the ui for a settings page for a given user... |
| saBody | Deffine the ui for the body of the shiny app using shinyauth |
| saSidebar | Deffine the ui for the sidebar of the shiny app using... |
| save_new_password | Save a new password to the db |
| save_new_user | Save a new user to the db |
| save_user_details | Save the current user datailes to the db |
| settings_tab | Create the settings tab This function needs to be able to... |
| test_auth | Make an auth object like the one that would be present after... |
| user_creation_manager | This funciton allows an admin to create a new user of the app |
| users_table_creation | Create table of users with buttons to change password and... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.