File: index.rst

package info (click to toggle)
litestar 2.21.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 12,568 kB
  • sloc: python: 70,588; makefile: 254; javascript: 104; sh: 60
file content (17 lines) | stat: -rw-r--r-- 479 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Security
========

While Litestar is agnostic to the security scheme used - allowing users to use any standard and non-standard security
scheme they deem necessary, it does include several builtin components that allow for easy implementation of
authentication and authorization.

.. toctree::
    :titlesonly:
    :caption: Articles

    abstract-authentication-middleware
    security-backends
    guards
    excluding-and-including-endpoints
    jwt
    secret-datastructures