-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
create Stackoverflow block #42
Comments
I try to kickstart this implementation and did an initial setup based on the documentation. First some initial information:
The biggest Other ToDos:
|
nice 👍 please implement refresh token if possible. |
There is no refresh token implementation in the documentation. But I can provide the .env variables here |
really 😄 weird. oauth official flow is with redirect token |
As far as I can see, stack overflow is not supporting the pkce flow. When you ask for the access token you get the access token as a string parameter to your redirecting url. No auth code that you can exchange for the token like GitHub, gitlab etc are doing it. I wonder if we should write exceptions here or not? The main problem right now is that the pollForResponse is never getting the response with the authcode. But this is handled in the connector and is unsiversal for every oAuth. What do you think? |
come up with an design and create Stackoverflow block
The text was updated successfully, but these errors were encountered: