-
## Summary
Right now it seems that even if I'm sending a valid JWT along with a POST /_session request, CouchDB still requires a user name in the body in order to issue a session cookie. But in thi…
ghost updated
2 years ago
-
See: https://github.com/google/web-stories-wp/issues/2950#issuecomment-656714802
The issue is here: https://github.com/wp-graphql/wp-graphql-jwt-authentication/blob/develop/src/ManageTokens.php#L33…
-
Rather than trying to define access policies within argo config itself (https://github.com/cloudflare/cloudflare-ingress-controller/issues/32), would it be possible to at least say that hey this parti…
-
**Objective:**
Enable the backend to securely receive, validate, and store Firebase JWTs from new users upon signup. Storing JWTs will facilitate session management, user validation, and seamless a…
-
I would like to use both - session based and JWT authorization method.
When I detect the BASIC auth header - I want to use TMVCBasicAuthenticationMiddleware
**ELSE**
when I detect the BEARER auth h…
-
Hello,
I have a mistake about property in **id** in RefreshToken :
**No identifier/primary key specified for Entity "App\Entity\RefreshToken" sub class of "Gesdinet\JWTRefreshTokenBundle\Entity\R…
-
## Description
Iimplement Google OAuth2 authentication as a login option for our API. This feature will allow users to log in using their Google accounts, making the authentication process seamless a…
-
-
# Summary
Currently creating JWT Tokens in a project requires the project:update permission, which I don't want to give end-users. I want to give them the ability to generate roles & tokens within …
-
The current `js/README.md` refers to the usage of login based JWT tokens. This has been deprecated in favor of API keys that can be created using the ChirpStack Application Server web-interface. The `…