You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introducing AuthX V1.0.0, our redesigned authentication system. This version incorporates numerous fresh functionalities and improvements aimed at enhancing security, usability, and performance.
Core Functionality:
JWT encoding/decoding for application authentication
Automatic detection of JWTs in requests:
JWTs in headers
JWTs in cookies
JWTs in query strings
JWTs in JSON bodies
Implicit/explicit token refresh mechanism
Tracking the freshness state of tokens
Route protection:
Protection based on token type (access/refresh)
Protection based on token freshness
Partial route protection
Handling custom user logic for revoked token validation
Handling custom logic for token recipient retrieval (ORM, pydantic serialization...)
Providing FastAPI-compliant dependency injection API
Automatic error handling
Upvote & Fund
We're using Polar.sh so you can upvote and help fund this issue.
We receive the funding once the issue is completed & confirmed by you.
Thank you in advance for helping prioritize & fund our backlog.
The text was updated successfully, but these errors were encountered:
Introducing AuthX V1.0.0, our redesigned authentication system. This version incorporates numerous fresh functionalities and improvements aimed at enhancing security, usability, and performance.
Core Functionality:
Upvote & Fund
The text was updated successfully, but these errors were encountered: