This database system provides a web-based inventory management solution for the BCI 4 Kids lab. The following pages provide reference material for future development or maintenance on the system. All methods should be unusable without a validated account, except for logging in or making an account.
Get fresh access token using session cookie
Register user session and return access token, setting refresh token cookie (log in)
Clear user session cookie (log out)
Create probationary user account pending verification
All protected endpoints require accessToken in the Authorization
header as "Bearer mytoken123"
and at least one role assigned to the account by a system admin unless otherwise specified.