How do I install Oauth2? #87
-
I have tried adding the token ID and secret but I am not sure if they are correct. |
Beta Was this translation helpful? Give feedback.
Answered by
meysamhadeli
Jan 4, 2024
Replies: 1 comment 1 reply
-
Currently, I do not know how to generate access_token and refresh_token. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In my project, I use this go-oauth2/oauth2 library to implement the OAuth2 standard.
You can clone the sample of this repository and try it for more understanding based on documentation. It has an implementation for generate token, refresh token, and other things that you need for security purposes.