7 lines
301 B
Markdown
7 lines
301 B
Markdown
# Security
|
|
|
|
Security mechanisms used by the application live here. `adminauth` contains
|
|
the admin JWT claims, signing, parsing, and normalized token errors. It has no
|
|
HTTP or persistence dependency, but it is still application security code and
|
|
therefore does not belong in a generic utility package.
|