I'm newbie with angular2 and you angular2-oauth2 module.
I want to create login form with username and password and after user click login app send this data to my own (golang oauth2 backend, that verifies data and return some token).
What i need to do in login?
public login() {
this.oAuthService.initImplicitFlow();
}
what is the initImplicitFlow ? where i can find help for module methods? Thanks!
I'm newbie with angular2 and you angular2-oauth2 module.
I want to create login form with username and password and after user click login app send this data to my own (golang oauth2 backend, that verifies data and return some token).
What i need to do in login?
what is the initImplicitFlow ? where i can find help for module methods? Thanks!