In my company, we work with OAuth. We have an application where there is a method that returns a token.
I'm developing an Angular application that needs to get a token. But I need to make a request with the grant_type of type Implicit.
I do not know how to do this. I searched the internet but without success, can anybody help me? Thanks in advance ..