File: awesome.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 (77 lines) | stat: -rw-r--r-- 2,291 bytes parent folder | download | duplicates (3)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Awesome Articles and Projects
=============================
This awesome list contains awesome articles and talks on Authlib, and
awesome projects built with Authlib.

If you have an awesome article on Authlib, please submit a pull request.
Note, some links may be removed in the future, we keep ONLY the awesome
ones.

Examples
--------

OAuth Clients Demo
~~~~~~~~~~~~~~~~~~

An official example on how to use OAuth clients with Authlib in Flask,
Django, Starlette, and FastAPI.

- Source Code: https://github.com/authlib/demo-oauth-client


OAuth 2.0 Provider
~~~~~~~~~~~~~~~~~~

An official example on how to create an OAuth 2.0 server with Authlib.

- Source Code: https://github.com/authlib/example-oauth2-server


OpenID Connect 1.0 Provider
~~~~~~~~~~~~~~~~~~~~~~~~~~~

An official example on how to create an OpenID Connect server with Authlib.

- Source Code: https://github.com/authlib/example-oidc-server


Projects
--------

Open source projects that are using Authlib to create an OAuth server.

uData
~~~~~

Customizable and skinnable social platform dedicated to (open)data.

- Documentation: https://udata.readthedocs.io/
- Source Code: https://github.com/opendatateam/udata

NMOS Authorisation Server
~~~~~~~~~~~~~~~~~~~~~~~~~

AMWA NMOS BCP-003-02 Authorisation Server

- Source Code: https://github.com/bbc/nmos-auth-server


anchore engine
~~~~~~~~~~~~~~

A service that analyzes docker images and applies user-defined acceptance
policies to allow automated container image validation and certification.

- Source Code: https://github.com/anchore/anchore-engine


Articles
--------

- `Access Google Analytics API <https://blog.authlib.org/2018/access-google-analytics-api>`_:
  An example on how to use :class:`~authlib.integrations.requests_client.AssertionSession`.
- `Using Authlib with gspread <https://blog.authlib.org/2018/authlib-for-gspread>`_.
- `Multipart Upload to Google Cloud Storage <https://blog.authlib.org/2018/multipart-upload-to-google-cloud-storage>`_.
- `Create Twitter login for FastAPI <https://blog.authlib.org/2020/fastapi-twitter-login>`_.
- `Google login for FastAPI <https://blog.authlib.org/2020/fastapi-google-login>`_.
- `FastAPI with Google OAuth <https://slatebit.com/fastapi/google/oauth/2020/08/16/fastapi_google_oauth_part1.html>`_.