fc59cf11ef
Rework the documentation
2021-09-17 15:14:36 +02:00
7ae2042500
Fix #701 : factorize JWT handling and support secrets as SecretStr
2021-09-09 11:51:55 +02:00
455f695f52
Fix #630 : relative tokenUrl ( #636 )
...
* Fix #630 : use relative tokenUrl as per the official recommendations
* Improve following review comments
* Fix unmatching backtick
* Improve consistency of authentication backend documentation
2021-05-20 08:52:03 +02:00
8adce74cd9
added samesite option for cookie authentication ( #337 )
...
* added samesite option for cookie authentication
* formatted with black and added documentation (grabbed from starlette.io documentation)
2020-09-30 07:27:25 +02:00
49665ca36d
The doubled parenthesis causing error on line 14 has been removed ( #268 )
...
The parenthesis causing error on line 14 has been removed.
2020-07-21 15:24:51 +02:00
7721f8dcc1
Revamp authentication routes structure ( #201 )
...
* Fix #68 : use makefun to generate dynamic dependencies
* Remove every Starlette imports
* Split every routers and remove event handlers
* Make users router optional
* Pass after_update handler to get_users_router
* Update documentation
* Remove test file
* Write migration doc for splitted routers
2020-05-24 10:18:01 +02:00
05b1df9a16
Implement logout route
2020-02-03 10:12:33 +01:00
dbbb9144b0
Expose more options for Cookie authentication
2020-01-11 10:55:02 +01:00
49deb437a6
Fix #42 : multiple authentication backends ( #47 )
...
* Revamp authentication to allow multiple backends
* Make router generate a login route for each backend
* Apply black
* Remove unused imports
* Complete docstrings
* Update documentation
* WIP add cookie auth
* Complete cookie auth unit tests
* Add documentation for cookie auth
* Fix cookie backend default name
* Don't make cookie return a Response
2019-12-04 13:32:49 +01:00