Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

identitytoolkit does not appear to need an OAuth token #23

Open
mwilliammyers opened this issue May 11, 2020 · 1 comment
Open

identitytoolkit does not appear to need an OAuth token #23

mwilliammyers opened this issue May 11, 2020 · 1 comment
Assignees

Comments

@mwilliammyers
Copy link
Member

mwilliammyers commented May 11, 2020

I don't think any of the identity platform APIs require an OAuth token in the request header...

https://cloud.google.com/identity-platform/docs/use-rest-api#section-verify-custom-token

If that is true, we should probably not require auth in the Client etc. (nor should we even depend on auth crates)...

@mwilliammyers mwilliammyers self-assigned this May 11, 2020
@mwilliammyers mwilliammyers changed the title identitytoolkit does not appear to need OAuth token identitytoolkit does not appear to need an OAuth token May 11, 2020
@mwilliammyers
Copy link
Member Author

Ahh, some of the request options require an OAuth2 token, e.g. using local_id for a GoogleCloudIdentitytoolkitV1SignUpRequest...

I am not entirely sure what we should do, but for now I am more than happy to continue using it as is (sending a token on every request like all of the other clients).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant