Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📝 Followup with documentation - Internal Feature #460

Closed
yezz123 opened this issue Jun 1, 2023 · 1 comment · Fixed by #559
Closed

📝 Followup with documentation - Internal Feature #460

yezz123 opened this issue Jun 1, 2023 · 1 comment · Fixed by #559
Assignees
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers polar

Comments

@yezz123
Copy link
Owner

yezz123 commented Jun 1, 2023

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.
Fund with Polar
@yezz123 yezz123 added documentation Improvements or additions to documentation good first issue Good for newcomers labels Jun 1, 2023
@yezz123 yezz123 self-assigned this Jun 1, 2023
@dearkafka
Copy link

nice features! looking forward to it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers polar
Projects
Development

Successfully merging a pull request may close this issue.

2 participants