-
https://www.npmjs.com/package/openid-client
-
The current Auth Container flow is currently working but it really needs some TLC. The basic structure is there for maintaining if a user is currently logged in and if a room currently exists. The Aut…
-
For the POC I've been building I've been using JWTs to authorize requests, and I'd like to propose that we use that going forward as well.
For a quick primer regarding JWTs see https://jwt.io/intro…
ghost updated
4 years ago
-
Can you please help me to authorize_code in simple PHP? It gives an error.
![image](https://user-images.githubusercontent.com/36403146/126260534-ceace54e-d754-40c1-a837-fde4f11b219d.png)
-
Hi, I cannot login to spotify using Authorization flow. This is my code `
app.get('/login', function(req, res) {
var state = generateRandomString(16);
res.cookie(stateKey, state);
// you…
-
### Short Description
Implement Phase 2 of the OID for Verifiable Credential Issuance (OID4VCI) project, focusing on the Authorization Code Flow 1a for JSON Web Tokens (JWT). This phase will enhanc…
-
Hi, any plans to support the Device Authorization Flow (the one with a device code and no local server)?
Maybe in a new repo like auth0/k8s-device-auth?
Anyway, from a security standpoint, why i…
-
### Before reporting an issue
- [X] I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
### Area
o…
-
The fact stated in for e.g. #304 didn't state the test of time: Having refresh tokens that are used to exchange short lived access tokens (gladly) is much more common and secure to date.
Is there a…
-
Hi,
I have been using client_credentials, but it has no permissions to work with offers and other parts of API.
Actually I have tried device flow. I Have successfully authorize my application, …
norbe updated
4 months ago