authentication-unity icon indicating copy to clipboard operation
authentication-unity copied to clipboard

OAuth 2.0 Client for Unity

Results 7 authentication-unity issues
Sort by recently updated
recently updated
newest added

I try to Put my own site address (valid) to Validity Login, but, just with a localhost link works , any valid (public) link it´s not valid, and show this...

Hi! Thanks for a neat package. I'd like to access the user's id_token after authenticating to pass on to another backend, but it isn't included in the AccessTokenResponse. I see...

While reviewing this package for a project that uses WebGL; I found that it works splendidly on Desktop, but when in WebGL it won't work. After some digging, I found...

Reading the docs I assume there's no android-support yet? Can you clarify and tell about if it's planned and if there's an estimation on when android support will be available...

I was needing a password grant type because of automatic testing. I leave it here in case anyone can use it. It works with Unity and with Unity UTF. In...

For my work to support WebGL as an alternate path to the code that you have written, I need to expose the userInfoUrl to my jslib, and do my own...

Hi! I want my app to request a permission to Google Drive, so here is my working link to start auth. https://accounts.google.com/o/oauth2/auth?response_type=code&scope=https://www.googleapis.com/auth/drive&redirect_uri=ps.uwp%3A%2Foauth2callback&client_id=988157355771-r7j9rr6jf4cj7kn8de4pco4vtbbktmb9.apps.googleusercontent.com I'm trying to use this project to perform...