python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
PKCE flow with okta-react is storing okta-token-storage in localstorage. How to move it cookies?
I have implemented PKCE flow with @okta/okta-react library. After successful login it is storing accessToken and idToken in local-storage.
But due an organizational policy, we need to store these in c...

ashish.99
Votes: 0
Answers: 1
Does QtNetworkAuth support PKCE
I use Qt5. I did not find any documentation on how to enable PKCE when using QOAuth2AuthorizationCodeFlow.
If so, please provide the link. If there is no support, how can this feature be added to it?
...
A.Danesh
Votes: 0
Answers: 2
How to implement OAuth2 + PKCE in React Native app?
I'm having troubles to connect my app's frontend with the spring boot authService my dev made. He used oauth2 and PKCE. We can authenticate via insomnia or postman but I just can't connect it from the...

Pedro Luan Polignano Motta Dia
Votes: 0
Answers: 0
code_challange vs state parameter in OAuth? What is the difference?
I'm trying to understand the difference between code_challange and state parameter from OAuth 2.0 Authorization Code Flow + PKCE.
I know that state parameter is a validation against CSRF attack and is...
DiPix
Votes: 0
Answers: 1

