File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 11Release Notes
22=============
33
4+ v0.1.0 (06/23/2025)
5+ -------------------
6+ - **feature **: Includes support for websockets authentication
7+ - **fix **: Fix breakage on multiple sessions
8+ - **chore **: Uses all HTML templates for appropriate responses
9+ - **chore **: Includes a parameter loader to support multiple endpoints
10+ - **Full Changelog **: https://github.com/thevickypedia/FastAPIAuthenticator/compare/v0.0.1...v0.1.0
11+
412v0.0.1 (06/22/2025)
513-------------------
6- - Create a base python module to enable `username `/` password ` authentication for any specific route
7- - Transmits `username ` and `password ` securely by encrypting `credentials ` → `hex ` → `hash + timestamp `
14+ - Create a base python module to enable `` username ``/`` password ` ` authentication for any specific route
15+ - Transmits `` username `` and `` password `` securely by encrypting `` credentials `` → `` hex `` → `` hash + timestamp ` `
816- Includes basic UI templates for login
917- **Full Changelog **: https://github.com/thevickypedia/FastAPIAuthenticator/compare/v0.0.0-a...v0.0.1
1018
You can’t perform that action at this time.
0 commit comments