mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-03-30 21:35:56 +00:00
Introduces some admin API endpoints for Personal Sessions. - add: Creates a personal session along with its first personal access token, returning both. This is currently the only way to get a personal access token. - get: Shows the information about a personal session - list: Shows many personal sessions - revoke: Revokes a personal session, so it can't be used anymore - regenerate: Revoke the active personal access token for a session and issue a new one to replace it.