paulvanbladel / aurelia-auth

:key: Authentication plugin for aurelia
200 stars 74 forks source link

Option to use ID Token for getMe() #142

Closed rquast closed 7 years ago

rquast commented 7 years ago

Add a parameter to getMe() to use ID Token data rather than user profile call to save time, extra calls.

getMe(useIDToken)

ID Tokens contain name, etc.

rquast commented 7 years ago

Oops.. was wrong. ID Tokens can't have name in them. Will close related tickets.