token Questions
3
Solved
What is the difference between Laravel auth, Passport and Sanctum and when are they used?
Scat asked 12/4, 2020 at 22:41
4
I would like to stop the infinite loop that I am getting with my axios interceptors.
When the user logs in, tokens are set in the local storage.
To test if token are being handled well, I change th...
Wenonawenonah asked 10/10, 2023 at 8:40
3
Solved
While testing the security of one of our product, a web application, using the REST API of Firebase we got surprised when we realised that refresh-tokens never expire in the V3 of the Firebase impl...
Cynde asked 19/5, 2017 at 13:4
6
Solved
For Google reCAPTCHA V2 it was clear what to do when the token gets expired because of idle: the customer has a change to click on the reCaptcha checkbox again.
For Google reCAPTCHA V3 it is diffe...
Luna asked 30/1, 2019 at 9:56
6
I am having running elastic-search on my Kubernetes cluster with host http://192.168.18.35:31200/. Now I have to connect my elastic search to the kibana. For that an enrollment token needs to be ge...
Obscene asked 21/2, 2022 at 10:11
5
I have a PHP page which i used to send notifications to the users of a mobile app i developed , this page works fine until last month , then it gave me this error
{"multicast_id":517406...
Discord asked 8/1, 2021 at 16:53
5
Solved
I have been using copilot for a long time. Yesterday I changed my github password and started getting this error in copilot: Invalid copilot token: missing token: 403 I tried logging in and out and...
Waistcoat asked 27/10, 2023 at 12:23
7
Solved
I have single page application that is built using Angularjs and integrated with Keycloak for authentication and authorization.
I am able to login into my application, get loggedin user roles etc....
Trace asked 28/2, 2017 at 3:45
5
Solved
I'm building a .net core web api.
Preface - I've implemented token authentication as per https://stormpath.com/blog/token-authentication-asp-net-core and https://dev.to/samueleresca/developing-tok...
Horologium asked 27/3, 2017 at 11:22
6
I want to create a random string (token) which can be used to identify a user whilst avoiding any potential conflicts with any other users' tokens.
What I was thinking of was an MD5 hash of naviga...
Betts asked 16/12, 2011 at 9:50
3
From github documentation
GitHub recommends that you use fine-grained personal access tokens instead of personal access tokens (classic) whenever possible
I need a simple token to access the repo...
4
Solved
When attempting to beta test my application with some external users, none of them could properly enter the app using the phone number sms verification. The developers could all use the application...
Granulite asked 29/9, 2017 at 14:13
2
Solved
I am able to achieve this with GitHub. But I am unable to do the same with GitLab. Currently, what I have is:
curl -u "$user:$token" -H "Content-Type:application/json" -H "PRIVATE-TOKEN:$token" \
...
6
Solved
3
Solved
In compiler construction, when you talk about tokens, is a token the same like a symbol / just another term for a symbol? After some research I think to understand, that a token is a symbol with a ...
Plucky asked 29/7, 2011 at 12:10
19
In my react app i am using axios to perform the REST api requests.
But it's unable to send the Authorization header with the request.
Here is my code:
tokenPayload() {
let config = {
headers: ...
Dysplasia asked 6/12, 2016 at 5:9
3
Solved
I set up 2 Factor Authentication on GitHub a while back. So, once I was working in the command line and wanted to push to my repo. I entered my username and password but it failed by giving an erro...
4
I need to generate one time use only and unique like Stripe tokens for a banking application (production only) to represent accounts and transactions, what would be a secure and appropriate method ...
3
Solved
I am trying to redirect the user to the homepage when he tries to access the dashboard of the app without being authenticated, but the Route.push() is not working.
I tried to change Router.push('/...
12
Solved
For some reason, I'm getting this error message:
Uncaught SyntaxError: Unexpected token <
For this line of code:
title: '<img src="/images/text/text_mario_planet_jukebox.png" id="text_mar...
2
Suppose my user logged in and I gave him 2 tokens ; access and refresh token
access token is valid for 15 minutes and refresh token is valid for 1 week
We don't want to give them only access token ...
Rie asked 14/11, 2021 at 22:15
2
Solved
I already worked with JWT on mobile app but I will implement it on a website for the first time for the authentication and I have a little thing I still didn't understood :
if I use JWT token wit...
2
I understand that WordPiece is used to break text into tokens. And I understand that, somewhere in BERT, the model maps tokens into token embeddings that represent the meaning of the tokens. But wh...
Meill asked 27/9, 2023 at 18:3
6
I'm trying to compile the NIST Biometric Image Software, and I have been having trouble all day. I finally got the source checked out right, and I installed cygwin with no problems (I have used it ...
Miscellany asked 24/6, 2011 at 21:5
2
The problem we are facing is the following: When using Safari as a browser, rather than Chrome, we receive a 401 status on a get api call. The technologies we are using are React and Django Rest Fr...
Wanton asked 24/5, 2018 at 18:1
1 Next >
© 2022 - 2025 — McMap. All rights reserved.