authboss
authboss copied to clipboard
The boss of http auth.
First off, thanks for all the work you've done. Is there a way implement the "Here's your code on a TV app (Roku, Kindle Fire TV, etc). Enter it in...
I was needing to use Brevo for sending out my password reset emails so dug in and produced a go packages to do just that. https://github.com/darksnow/authboss-brevo-mailer I thought I would...
Is it possible to validate email addresses using the Go built in ParseAddress function instead of a regexp? Looking at https://cs.opensource.google/go/go/+/master:src/net/mail/message.go shows how complex correctly validating an email address is...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...
Sorry, it bugged me each time I checked the file, and it has been bugging me for a while. Thank you for authboss. Great tool!
When authboss is used as API server (ReadJSON=true), users clicking confirmation links from emails would cause panic and fail to confirm their account. This is because the code tries to...