Auth

Api Auth Register

Register a new user with email and password.

Creates an account and returns a session token for immediate use. Password is hashed with PBKDF2-HMAC-SHA256 + random 16-byte salt.

post/api/auth/register

Request body

emailstring required
passwordstring required
namestring
rolestring

Response

Successful Response

{"stackTrail":"paths:/api/auth/register:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes