Version 1.0.8
Changelog
- A new login page allows interactive login in order to test implicit authorization flow for public clients. A public client may redirect user to login page e.g.
/auth/login/?client_id=9165351833584149&scope=profile&redirect_uri=http%3A%2F%2Flocalhost%3A4200%2Fauth%2Fcallback%20
After login process, user will be redirected back to the specified callback uri with implicit authorization flow params:http://localhost:4200/auth/callback?access_token=DDL8qXMJ5HxQhf4ef...8TLcLbhZWLoV&scope=profile&refresh_token=wxfKeJSdB9kmrpsDBmu...9Pa4W9kB8W
Client application should handleaccess_token
param and start using test api with bearer authorization.