- First stable release of login.
- This version adds parameter module. This is a mechanism to get parameters from users when Shiny applications startup. Optionally values are stored as cookies.
- Added feature to encrypt cookie values using sodium. See the cookie_password parameter on the the login_server function for more details.
- First version on CRAN.
- Fixed an issue where additional_fields were not saved in the returned reactiveValues object.
- Used different shinybusy method so it doesn't interfere with modal dialog boxes.
- Added new demo to use modal dialogs for logging in.
- Initial version on Github.