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
{{ message }}
This repository has been archived by the owner on May 15, 2020. It is now read-only.
kevinmichaelchen
changed the title
Set JWT cookie after successful login
Authentication with JWT cookie (set cookie on response, verify cookie on request)
Feb 11, 2018
kevinmichaelchen
changed the title
Authentication with JWT cookie (set cookie on response, verify cookie on request)
AUTH: Set JWT cookie with claims. Add authentication to endpoints.
Feb 20, 2018
kevinmichaelchen
changed the title
AUTH: Set JWT cookie with claims. Add authentication to endpoints.
AUTH: Set JWT cookie on successful login
Jul 6, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After successful login:
Before each endpoint is invoked, we intercept the cookie (using Golang's context) and verify the JWT is present.
https://github.com/auth0/go-jwt-middleware
The text was updated successfully, but these errors were encountered: