/
AU
authula
/
Authula API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 7m ago · Updated 6d ago
Details
Filter operations
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
TOTP Plugin
6
Email Password Plugin
Sign in
Authenticates a user with email and password
post
/api/auth/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
Changes