An open API service indexing awesome lists of open source software.

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

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]'`