Skip to content

Commit ca947ca

Browse files
committed
Release
1 parent 3bce982 commit ca947ca

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

release_notes.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
Release 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+
412
v0.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

0 commit comments

Comments
 (0)