How to validate Google/Gmail OAuth2 token in Asp.net Web Api? -


in chrome extension have access token retrieved google's end point (using getauthtoken()). i'd pass token asp.net web api server in http headers. however, i'm not sure how validate token on server side? is, how make sure token belongs given user , not fake?

do need pass token google's end point validate it? if yes, how do web api?

thanks


Comments

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -