mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-25 00:14:00 +02:00
27 lines
628 B
Markdown
27 lines
628 B
Markdown
---
|
|
title: Auth
|
|
---
|
|
|
|
# Auth
|
|
|
|
---
|
|
|
|
Auth API resources pertain to the authorization of actions on the site.
|
|
|
|
## Resources
|
|
|
|
**[Me](/auth/user/me/)**
|
|
|
|
The "Me" namespace is a collection of endpoints that pertain to the currently authenticated user.
|
|
|
|
**[Permission](/auth/permission/)**
|
|
|
|
A permission API resource represents an assignable label for users and roles that authorizes a particular action in AnimeThemes.
|
|
|
|
**[Role](/auth/role/)**
|
|
|
|
A role API resource represents an assignable label for users that provides a configured group of permissions.
|
|
|
|
**[User](/auth/user/)**
|
|
|
|
A user API resource represents an AnimeThemes account. |