Authenticated Users
These endpoints are designed to be used from your frontend application to manage the currently authenticated user. All endpoints in this section require a valid Passage auth token.
get
https://auth.passage.id/v1
/apps/{app_id}/currentuser/
Get Current User
get
https://auth.passage.id/v1
/apps/{app_id}/currentuser/devices/
List Devices
patch
https://auth.passage.id/v1
/apps/{app_id}/currentuser/email/
Change Email
patch
https://auth.passage.id/v1
/apps/{app_id}/currentuser/phone/
Change Phone
patch
https://auth.passage.id/v1
/apps/{app_id}/currentuser/devices/{device_id}/
Update Device
delete
https://auth.passage.id/v1
/apps/{app_id}/currentuser/devices/{device_id}/
Revoke Device
post
https://auth.passage.id/v1
/apps/{app_id}/currentuser/devices/start/
Start WebAuthn Add Device
post
https://auth.passage.id/v1
/apps/{app_id}/currentuser/devices/finish
Finish WebAuthn Add Device
Last modified 9mo ago