简体   繁体   中英

Any ideas how to implement OIDC implementation for google provider using Go as part of authentication service

Any ideas how to implement OIDC implementation for google provider using Go as part of authentication service?

Looking to implement authentication layer.

Not the best question, but if you want to understand a general approach and how the moving parts fit together, see this tutorial of mine, then follow similar concepts with Google and Go:

Your early focus should be logging in and getting the token in the UI, then validating it in the API. Then see my blog's index page for additional topics.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM