issues
search
rscarrera27
/
Sanic-JWT-Extended
⚡️An open source Sanic extension that provides "extended" JWT support
https://sanic-jwt-extended.seonghyeon.dev
MIT License
35
stars
8
forks
source link
1.0 version draft
#14
Open
rscarrera27
opened
5 years ago
rscarrera27
commented
5 years ago
1.0 version with few major changes.
New Build System
[x] adding poetry for dependencies management and packaging
[x] adding github action for PR, push, deploy
New Docs
[x] deprecate sphinx
[x] find new docs tool
Refactoring
[x] Refactor config
currently depends on sanic app's config directly
To Be: depends on proxy object of sanic config that proxied when "before server start"
[ ] ~Add support for 3.5~
[ ] ~change the way of pass creds to handlers~
New Feature
[x] Cookie support
[x] Reading cookie
[ ] Writing cookie
[x] CSRF support
[x] blacklist support with redis
[x] Callbacks for error handler
1.0 version with few major changes.
New Build System
New Docs
Refactoring
New Feature