File: rfc7519.rst

package info (click to toggle)
python-authlib 1.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,016 kB
  • sloc: python: 26,998; makefile: 53; sh: 14
file content (26 lines) | stat: -rw-r--r-- 626 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.. _specs/rfc7519:

RFC7519: JSON Web Token
=======================

.. meta::
    :description: API references on RFC7519 JSON Web Token (JWT) Python
        implementation, guide on JWT encoding and decoding, guide on JWT
        payload claims validation.

This section contains the generic Python implementation of RFC7519_. Find how to use
it in :ref:`JWT Guide <jwt_guide>`.

.. _RFC7519: https://tools.ietf.org/html/rfc7519

API Reference
-------------

.. autoclass:: authlib.jose.JsonWebToken
    :member-order: bysource
    :members:


.. autoclass:: authlib.jose.JWTClaims
    :member-order: bysource
    :members: