DCTAuth
DCTAuth copied to clipboard
Exposing OAuth2 idTokens
Heya --
Currently, it does not seem like the package exposes the id_token
s generated by OAuth2 services like Google SignIn, and these are the tokens needed to authenticate to external backend services. Would it be possible to expose that token?
Hello @gaford ,
I had the same problem, and to fix I changed those 5 files(attached). Hope @danielctull take into consideration those changes :)
I've been hesitant to allow access to those tokens because I would prefer the library to store the tokens in the keychain itself. Certainly if it's something that's needed I'll consider the change.
@wcaf07: Could you raise a pull request and I can take a look at the changes?
Sure, no problems!