Open maihannijat opened 6 years ago
Current behavior: The callback component get's access token only.
Expected behavior: Get the idToken in callback component with access token. The idToken could be used to send it to backend for validating there and use it with API.
Here is a workaround https://github.com/akveo/nebular/issues/541#issuecomment-411776758
Issue type
Issue description
Current behavior: The callback component get's access token only.
Expected behavior: Get the idToken in callback component with access token. The idToken could be used to send it to backend for validating there and use it with API.