httpauth
httpauth copied to clipboard
Go (lang) HTTP session authentication
I read the documentation but i didn't find how to modify UserData Model.
https://github.com/dghubble/sessions looks like a better alternative session handling library than `gorilla/sessions` -- Have we considered it?
Not sure if you are interested in merging it but I started a boltdb backend for this library. I can issue a pull request if you are interested when it...
Someone pullrequested this to my fork. I reviewed and accepted it, so here it goes upstream.
This PR resolves #33. By default the secure cookie option is set when the NewAuthorizer() is called. To turn it off a special function called AllowInsecureCookie() will need to be...
There should be an option to make sure the cookie storage requires secure cookies for sites that have https available. It needs to be optional so that it would be...
Checking the string is a very bad idea, and it is a much better idea to create exported error types, such as `ErrorAlreadyAuthenticated` that we can check for instead of...
Such as - [ ] Revel - [ ] Martini - [ ] Gorilla