go-aah / aah

A secure, flexible, rapid Go web framework
https://aahframework.org
MIT License
690 stars 33 forks source link

Add OOTB OAuth2 auth scheme #187

Closed jeevatkm closed 6 years ago

jeevatkm commented 6 years ago

I was creating an example application for #164 then I thought, it would be nice to add OOTB OAuth2 scheme using library https://godoc.org/golang.org/x/oauth2 with flexible configuration.

Currently-

aah user would have to implement the OAuth2 implementation themselves using scheme.Generic.

jeevatkm commented 6 years ago

Done 😄