4D-Technologies / openidconnect_flutter

Complete Flutter OpenIdConnect Library
75 stars 44 forks source link

[User info] call user info when login #25

Open Rajaotix opened 1 year ago

Rajaotix commented 1 year ago

call user info on login

jhancock4d commented 1 year ago

It isn't valid to always call this on login. Especially since you can get id_token which should include all of the information that user info does as a result of the request. Hence it's designed to be broken into 2 parts if you so desire to make the call.