You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
should take a func that gets called everytime a successful login happens func(r http.Request){}
People can use that func to do things like; log people in databases etc.
The func takes a copy of request (not pointer)
func(r http.Request){}
People can use that func to do things like; log people in databases etc.
The func takes a copy of request (not pointer)
See https://github.com/komuw/srs/issues/115 to guide implementation here.
The text was updated successfully, but these errors were encountered: