-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Authenticate username, password passed from frontend #111
Comments
@ianrussel |
package main import (
) var ( func SetupGoGuardian(username, password string) (auth.User, error) { func main() {
} |
Hi, I would like to ask how to use authenticator to verify username/pass instead of request
Here is the authenticator from the go guardian package
What I want to do is to check the user by cheking the username/password passed from frontend form
Like
Any ideas ?
The text was updated successfully, but these errors were encountered: