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

Is there a way to use access token to access datastore #1945

Closed
jainanshul opened this issue Jan 31, 2017 · 3 comments
Closed

Is there a way to use access token to access datastore #1945

jainanshul opened this issue Jan 31, 2017 · 3 comments
Assignees
Labels
api: datastore Issues related to the Datastore API. type: question Request for information or clarification. Not an issue.

Comments

@jainanshul
Copy link

I have a client side web app that does google login using google login api and as a result I get an access token. I would like that token to authenticate the user to access the datastore without having to hardcode the service account information in the code or to write a server component that interacts with datastore on webapp's behalf.

@stephenplusplus stephenplusplus added auth api: datastore Issues related to the Datastore API. type: question Request for information or clarification. Not an issue. labels Jan 31, 2017
@salrashid123
Copy link

see issue #1346

@jainanshul
Copy link
Author

Suggestions as #1346 didn't work and frankly look hacky. I resorted to REST API calls and added autorization header to all the request. Pretty primitive but gets the job done.

@stephenplusplus
Copy link
Contributor

This is not currently supported, but please follow #1346 to track the feature request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: datastore Issues related to the Datastore API. type: question Request for information or clarification. Not an issue.
Projects
None yet
Development

No branches or pull requests

3 participants