-
To push changes to this repository, we'll apparently need an access token. Screenshot from the GitHub manual about [cloning using HTTPS:](https://docs.github.com/en/get-started/getting-started-with-gi…
-
Want to add refresh token and access token if user have to change the password, they can do it using tokens.
-
I'm trying to get a temporary access token of robot account for docker login through cli so that i can push or pull image.
my question is :
1> is it possible to get temp access token.
if yes, wha…
-
After getting access token, when trying to access the data, it throws an exception as below:
{'api-key': 'my_api_key', 'access-token': None, 'Content-type': 'application/json'}
{'status': 403, 'me…
-
Would it be helpfull if we add Hugging Face access token and username as input arguments as it decreases the level of user interaction required when running the benchmarks for private models. The logi…
-
### Describe the bug
I checked the logto documentation and didn't find anything related to refreshing logto access_token at next-auth v5
### Expected behavior
There is a tutorial that guide…
-
Hi, thanks for this amazing library!
I’ve been using the Next.js backend to make escalated API calls to Supabase. However, to do that, I need to mint a JWT for each API call, which means I have to …
-
Sometimes, I can't retrieve the email from **googleTokenId** on my backend (explained [here](https://stackoverflow.com/questions/62527707/no-email-or-email-verified-claim-in-google-id-token?answertab=…
-
### 📜 Description
It should request `/request` endpoint only once and store the token on the frontend side.
Is there any way to fix these multiple requests? Or maybe I did something wrong. Please he…
-
Right now anyone can access the DB through the API. It would be better for security if we required people to create a token to access it, and that can then be revoked on an individual basis. This way …