Skip to content

Version 1.0.8

Compare
Choose a tag to compare
@kbarbounakis kbarbounakis released this 19 Apr 09:05
· 48 commits to master since this release
91214c1

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 handle access_token param and start using test api with bearer authorization.