ja1984 / cogCMS

0 stars 0 forks source link

Implement auth #7

Open Tazer opened 6 years ago

Tazer commented 6 years ago

Lets take a first stab at it and just get a middleware that will verify the token.

https://github.com/markbates/goth/blob/master/README.md https://github.com/zalando/gin-oauth2 github.com/appleboy/gin-jwt https://github.com/dghubble/gologin

Tazer commented 6 years ago

To implement google, we need: https://developers.google.com/identity/sign-in/web/backend-auth

https://github.com/futurenda/google-auth-id-token-verifier