python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
I'm trying to do a JWT authorization, but my code stuck on second 'then'
I'm cheking if there one existing email row. If that's true, than i should change confirmed to 1.
I don't understand, why does my program do first then and asynchronly goes to the second one
async reg...
OskanZ
Votes: 0
Answers: 1
Invalidating Jwt Token without a blacklist
I want to invalidate refresh jwt token without maintaining a blacklist of used refresh tokens with rotations, for this I had the idea of including a ValidationCode in the payload of the RT that the se...

dbzadnen khiari
Votes: 0
Answers: 1
OAuth authorization flow for private API with Microsoft AD
Our company is using Microsoft AD for user management and authentication, also the authorization is done using the AD groups/roles. In the most 3rd party applications the users can authenticate with t...
iMx
Votes: 0
Answers: 1
How do I connect to a MySQL instance without using the password?
I trying to connect db I have set no password for the db I am leaving blank in the password field. But it's not connecting and showing error connector.go:95: could not use requested auth plugin 'mysql...
zircon
Votes: 0
Answers: 3