canonical / identity-platform-admin-ui

Admin UI for the Canonical identity broker and identity provider solution
Other
6 stars 4 forks source link

IAM 887 Add `/auth/me` endpoint to retrieve info about currently logged user #341

Closed BarcoMasile closed 3 months ago

BarcoMasile commented 3 months ago

Description

This PR builds on top of #338 , so it will need a rebase after that one is merged. It introduces a simple me handler to allow clients to retrieve info about the currently logged user. This is useful for frontend applications which can rely on this endpoint to know who is the user that is currently logged in.

Changes