Sam Cai

Results 1 issues of Sam Cai

When the provider is password,we will create the auth_identitys table using: ` gormDB.AutoMigrate(&auth_identity.AuthIdentity{})` If the variable authInfo declared as auth_identity.Basic,will cause ` if !tx.Model(context.Auth.AuthIdentityModel).Where(authInfo).Scan(&authInfo).RecordNotFound() { return nil, auth.ErrInvalidAccount }` error....