Skip to content

pyxle-auth 0.3.0

Choose a tag to compare

@shivamsn97 shivamsn97 released this 18 Jun 07:40
db29473

Session middleware, a credentials API, OAuth/OIDC, and JWT — all additive.

  • AuthSessionMiddleware: populates request.user, serves /me + /logout (pure-ASGI; streaming-SSR safe)
  • Credentials API: /login + /signup with hardened per-IP/per-email rate limiting and conventional status codes
  • SSR seed for first-frame useAuth() with no round-trip
  • OAuth 2.0 / OIDC sign-in — Google, GitHub, Discord ([oauth] extra)
  • JWT access + refresh tokens with rotation and family-based theft detection ([jwt] extra)

Full changelog: https://github.com/pyxle-dev/pyxle-plugins/blob/pyxle-auth-v0.3.0/packages/pyxle-auth/CHANGELOG.md