|
6 | 6 |
|
7 | 7 | <a href="https://github.com/sponsors/lepture"><img src="https://badgen.net/badge/support/authlib/ff69b4?icon=patreon" /></a>
|
8 | 8 | <a href="https://github.com/lepture/authlib/actions"><img src="https://github.com/lepture/authlib/workflows/tests/badge.svg" alt="Build Status"></a>
|
9 |
| -<a href="https://codecov.io/gh/lepture/authlib?branch=master"><img src="https://badgen.net/codecov/c/github/lepture/authlib" alt="Coverage Status"></a> |
| 9 | +<a href="https://codecov.io/gh/lepture/authlib" > <img src="https://codecov.io/gh/lepture/authlib/graph/badge.svg?token=BQKzPoql9j"/></a> |
10 | 10 | <a href="https://pypi.org/project/Authlib/"><img src="https://badgen.net/pypi/v/authlib" alt="PyPI Version"></a>
|
11 | 11 | <a href="https://codeclimate.com/github/lepture/authlib/maintainability"><img src="https://badgen.net/codeclimate/maintainability/lepture/authlib?icon=codeclimate" alt="Maintainability" /></a>
|
12 |
| -<a href="https://twitter.com/intent/follow?screen_name=authlib"><img src="https://img.shields.io/twitter/follow/authlib.svg?maxAge=3600&style=social&logo=twitter&label=Follow" alt="Follow Twitter"></a> |
13 | 12 |
|
14 | 13 | The ultimate Python library in building OAuth and OpenID Connect servers.
|
15 | 14 | JWS, JWK, JWA, JWT are included.
|
16 | 15 |
|
17 |
| -Authlib is compatible with Python3.6+. |
| 16 | +Authlib is compatible with Python3.9+. |
18 | 17 |
|
19 | 18 | **[Migrating from `authlib.jose` to `joserfc`](https://jose.authlib.org/en/dev/migrations/authlib/)**
|
20 | 19 |
|
21 | 20 | ## Sponsors
|
22 | 21 |
|
23 | 22 | <table>
|
24 | 23 | <tr>
|
25 |
| -<td><img align="middle" width="48" src="https://avatars.githubusercontent.com/u/105941848?s=200&v=4"></td> |
26 |
| -<td>Kraken is the world's leading customer & culture platform for energy, water & broadband. Licensing enquiries at <a href="https://kraken.tech/">Kraken.tech</a>. |
27 |
| -</td> |
| 24 | +<td><img align="middle" width="48" src="https://avatars.githubusercontent.com/u/70178963?v=4"></td> |
| 25 | +<td>If you want to quickly add secure token-based authentication to Python projects, feel free to check Auth0's Python SDK and free plan at <a href="https://auth0.com/overview?utm_source=GHsponsor&utm_medium=GHsponsor&utm_campaign=authlib&utm_content=auth">auth0.com/overview</a>.</td> |
28 | 26 | </tr>
|
29 | 27 | <tr>
|
30 |
| -<td><img align="middle" width="48" src="https://typlog.com/assets/icon-black.svg"></td> |
| 28 | +<td><img align="middle" width="48" src="https://typlog.com/assets/icon-white.svg"></td> |
31 | 29 | <td>A blogging and podcast hosting platform with minimal design but powerful features. Host your blog and Podcast with <a href="https://typlog.com/">Typlog.com</a>.
|
32 | 30 | </td>
|
33 | 31 | </tr>
|
|
0 commit comments