auth

Paddy 2014-10-15 Parent:e0b3064daf02

50:b620d32d9903 Go to Latest

auth/LICENSE

Create the Context type and its helpers. Create a Context type that ties together all our Stores and other configuration-specific items. Create helper functions for the Context, to throw errors when something is used without first being set, as all possible Context values _can_ be nil. Basically, it's better to throw an error than panic.

History