Re: [go-nuts] Re: best working and maintaned golang oauth2 server package

2017-01-17 Thread Rithu John
Hi Simon, The coreos/go-oidc package enables OpenID Connect support for the golang.org/x/oauth2 package.( https://github.com/coreos/go-oidc). You can look through the examples ( https://github.com/coreos/go-oidc/tree/master/example) to get a better idea of

Re: [go-nuts] Re: best working and maintaned golang oauth2 server package

2017-01-17 Thread Vasiliy Tolstov
Thanks for link.does this library good for my use-case? Also does it possible to have server without static assets? 17 Янв 2017 г. 18:55 пользователь "Brandon Philips" написал: Hey Simon- Any reason you aren't using Dex? https://github.com/coreos/dex Brandon On Wed, Jan 11,

Re: [go-nuts] Re: best working and maintaned golang oauth2 server package

2017-01-17 Thread Brandon Philips
Hey Simon- Any reason you aren't using Dex? https://github.com/coreos/dex Brandon On Wed, Jan 11, 2017, 12:08 PM Simon Ritchie wrote: > I've just started work on an OAUTH server too. So far I've built the > "simple" example of the RangelReale project. It takes a