https://github.com/darrida/py-shinylive-authentication
Shinylive Authentication Package for creating, expiring, and managing auth sessions
https://github.com/darrida/py-shinylive-authentication
Last synced: 2 months ago
JSON representation
Shinylive Authentication Package for creating, expiring, and managing auth sessions
- Host: GitHub
- URL: https://github.com/darrida/py-shinylive-authentication
- Owner: darrida
- License: mit
- Created: 2024-03-04T03:42:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T22:42:39.000Z (almost 2 years ago)
- Last Synced: 2024-08-10T00:58:05.198Z (almost 2 years ago)
- Language: Python
- Homepage:
- Size: 55.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# py-shinylive-authentication
## Preliminary Release
- Documentation is scarse at this point.
- For usage, see docstrings on the `src.shiny_auth.AuthProtocol` class methods.
- For examples, see code in:
- `src_dev/app.py`
- `src_dev/simple_security/`
- `src_dev/restapi_security/`
## Install Test Dependencies
- `uv pip install -e '.[tests]'`