Value of "Requesting" States #59
codefiesta
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm questioning the value of the following OAuth.State enums:
.requestingAccessToken(Provider)
.requestingDeviceCode(Provider)
While it can be internally useful for the OAuth client, it seems like it adds limited public value to consumers of the OAuth client and adds unecessary overhead of having to switch over more possible states that most likely will never be responded to (unless a client want to show a progress spinner or something like that?).
Beta Was this translation helpful? Give feedback.
All reactions