Push a login to the nextAuth app for the user to confirm, based on last account that successfully logged in for the given session. Required permission: 'sessions'.
643 matches
55 actions
nextAuth
55 actions
- Check if the user is logged inGETv1.0.0
- Configuration of a specific serverGETv1.0.0
- Create a new API key.POSTv1.0.0
- Create a new serverPOSTv1.0.0
- Create a transaction to be approved within the current session.POSTv1.0.0
- Delete a specific userDELETEv1.0.0
- Delete all accounts of a specific userDELETEv1.0.0
- Delete all attributes of a specific serverDELETEv1.0.0
- Delete all attributes of a specific userDELETEv1.0.0
- Delete all global attributesDELETEv1.0.0
- Delete all privileged attributes of a specific serverDELETEv1.0.0
- Delete specific accountDELETEv1.0.0
- Delete specific attribute of a specific serverDELETEv1.0.0
- Delete specific attribute of a specific userDELETEv1.0.0
- Delete specific global attributeDELETEv1.0.0
- Delete specific privileged attribute of a specific serverDELETEv1.0.0
- Force a logout on the given sessionPOSTv1.0.0
- Generate data for a login qr codeGETv1.0.0
- Generate data for an enrol qr codeGETv1.0.0
- Generate HTML for the login blockGETv1.0.0
- Generate HTML to enrol a new userGETv1.0.0
- Generic HTML to add to footer. Required for login/logout/enrol functionality.GETv1.0.0
- Get all accountsGETv1.0.0
- Get all accounts of a specific userGETv1.0.0
- Get all API keys.GETv1.0.0
- Get all attributes of a specific serverGETv1.0.0
- Get all attributes of a specific userGETv1.0.0
- Get all global attributesGETv1.0.0
- Get all permissions for the specified server and role.GETv1.0.0
- Get all permissions for the specified server.GETv1.0.0
- Get all privileged attributes of a specific serverGETv1.0.0
- Get all usersGETv1.0.0
- Get or create a role for a specific user.POSTv1.0.0
- Get role for a specific user.GETv1.0.0
- Get specific accountGETv1.0.0
- Get transaction result for a given transaction.GETv1.0.0
- List all your serversGETv1.0.0
- Push a login confirmation to the user's appPOSTv1.0.0
- Push a login confirmation to the user's appPOSTv1.0.0
- Push a login confirmation to the user's appPOSTv1.0.0
- Register a userid for the currently logged in account.POSTv1.0.0
- Revoke all permissions for the specified server and role.DELETEv1.0.0
- Set all attributes of a specific serverPOSTv1.0.0
- Set all attributes of a specific userPOSTv1.0.0
- Set all global attributesPOSTv1.0.0
- Set all privileged attributes of a specific serverPOSTv1.0.0
- Set new permissions for the specified role on a serverPOSTv1.0.0
- Update configuration of a specific serverPUTv1.0.0
- Update privileged specified attributes of a specific serverPUTv1.0.0
- Update specific accountPUTv1.0.0
- Update specified attributes of a specific serverPUTv1.0.0
- Update specified attributes of a specific userPUTv1.0.0
- Update specified global attributesPUTv1.0.0
- Update user of the given account.PUTv1.0.0
- Visual hash of this serverGETv1.0.0
Security/nextAuth
Push a login confirmation to the user's app
v1.0.0Input
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
{
"type": "object",
"properties": {
"X-nonce": {
"type": "string"
},
"serverid": {
"type": "string"
}
},
"required": [
"X-nonce",
"serverid"
],
"additionalProperties": false
}Output
- 1
- 2
- 3
- 4
{
"type": "object",
"additionalProperties": true
}