drf-passwordless-jwt

JWT passwordless auth service using Django REST framework

APACHE-2.0 License

Stars
3
Committers
2
drf-passwordless-jwt - v0.7.0 Latest Release

Published by xyb 9 months ago

  • use cookie to verify the token so that front-end static files can also work well with the apisix forward-auth plugin
drf-passwordless-jwt - v0.6.0

Published by xyb 10 months ago

  • bypass OPTIONS request when verify via header
  • verify header via GET method to avoid apisix forward useless body content
drf-passwordless-jwt - v0.5.0

Published by xyb 10 months ago

  • Verify token via http header.
drf-passwordless-jwt -

Published by xyb over 1 year ago

drf-passwordless-jwt -

Published by xyb over 1 year ago

drf-passwordless-jwt - v0.2.0

Published by xyb almost 2 years ago

  • fix CORS error: No Access-Control-Allow-Origin header
  • fix: UNIQUE constraint failed: auth_user.username
drf-passwordless-jwt - v0.1.0

Published by xyb almost 2 years ago

  • /auth/email/: send token using email
  • /auth/jwt/: retrieve jwt token
  • /auth/: verify jwt token