Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rectifyer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all - I’m working on a personal project, and, admittedly, since I’m semi-new to all of this, this is the first time I’ve used OAuth 2.0
While I’ve hacked a solution together, I just want to check that there aren’t better ways I’m simply overlooking
Currently, I’m generating a device code via API, verifying/allowing access manually, and then generating an
access_token
andrefresh_token
via API. Questions:refresh_token
to generate a newaccess_token
whenever I need - is that correct?access_token
given it’s a different device than initially authenticated on?Thank you! This is a fantastic tool, and I’m so thankful everyday for it
Beta Was this translation helpful? Give feedback.
All reactions