/
AU
authula
/
Authula API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 12m ago · Updated 2w ago
View markdown
authula
Authula API
post
Sign in
ee28a7965ce5
latest
OpenAPI 3.1.0
raw.githubusercontent.com
2026-08-01
104
135
151.5 KB
Access Control
22
Admin Accounts
5
Admin Impersonation
4
Admin Session State
6
Admin User State
8
Admin Users
5
API Keys
6
Core
2
Email Password Plugin
7
post
Change password
post
Request email change
post
Request password reset
post
Send email verification
post
Sign in
post
Register new user
get
Verify email
JWT Plugin
2
Magic Link Plugin
3
OAuth2 Plugin
2
Organization Invitations
6
Organization Members
6
Organization Team Members
4
Organization Teams
5
Organizations
5
TOTP Plugin
6
Email Password Plugin
Sign in
Authenticates a user with email and password
post
/email-password/sign-in
Request body
SignInRequest
required
callback_url
string
nullable
email
string
required
password
string
required
Response
OK
SignInResponse
required
session
Session
required
user
User
required