auth

Paddy 2014-07-18 Child:7b9e0fc20256

0:7a6f64db7246 Go to Latest

auth/context.go

Start rewriting the repo. This code originally was a carbon copy of https://github.com/RangelReale/osin, but I am methodically stripping out the extensible nature of it for a simpler interface, while simultaneously bringing the style into line with the Ducky style.

History
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/context.go	Fri Jul 18 07:13:22 2014 -0400
     1.3 @@ -0,0 +1,5 @@
     1.4 +package oauth2
     1.5 +
     1.6 +type Context struct {
     1.7 +	Config ServerConfig
     1.8 +}