Replies: 1 comment 2 replies
-
If you are using cookies, then why not use the session auth (web guard) directly? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I tried to integrate API tokens authentication via
opaque access token
and I sent the token viarequest.cookie
but I couldn't validate the authenticated requests unless send theAuthentication
headerIs there any way to check authentication via cookies not just in headers ?
Beta Was this translation helpful? Give feedback.
All reactions