Skip to content

Commit 043f0cc

Browse files
committed
docs: update joserfc links
1 parent 74fe35d commit 043f0cc

File tree

7 files changed

+8
-14
lines changed

7 files changed

+8
-14
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,12 @@ JWS, JWK, JWA, JWT are included.
1616

1717
Authlib is compatible with Python3.6+.
1818

19+
**[Migrating from `authlib.jose` to `joserfc`](https://jose.authlib.org/en/dev/migrations/authlib/)**
20+
1921
## Sponsors
2022

2123
<table>
2224
<tr>
23-
<td><img align="middle" width="48" src="https://user-images.githubusercontent.com/290496/39297078-89d00928-497d-11e8-8119-0c53afe14cd0.png"></td>
24-
<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/developers?utm_source=GHsponsor&utm_medium=GHsponsor&utm_campaign=authlib&utm_content=auth">auth0.com/developers</a>.</td>
25-
</tr>
26-
<tr>
2725
<td><img align="middle" width="48" src="https://avatars.githubusercontent.com/u/105941848?s=200&v=4"></td>
2826
<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>.
2927
</td>

docs/_templates/partials/globaltoc-above.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,5 @@
33
<a class="image" href="https://authlib.org/plans?utm_source=docs"><img src="https://authlib.org/assets/logo-blue.svg" alt="Authlib"></a>
44
<div class="text">Get a commercial license at <a href="https://authlib.org/plans?utm_source=docs">authlib.org</a></div>
55
</div>
6-
<div class="sponsor">
7-
<a class="image" href="https://auth0.com/overview?utm_source=authlib&utm_medium=devsponsor&utm_campaign=authlib"><img src="https://user-images.githubusercontent.com/290496/39297078-89d00928-497d-11e8-8119-0c53afe14cd0.png" alt="Sponsor"></a>
8-
<div class="text">The new way to solve Identity. Sponsored by <a href="https://auth0.com/overview?utm_source=authlib&utm_medium=devsponsor&utm_campaign=authlib">auth0.com</a></div>
9-
</div>
106
</div>
117
<div class="js-carbon" data-carbon-code="CE7DKK3W" data-carbon-placement="authliborg"></div>

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
extlinks = {
2929
'issue': ('https://github.com/lepture/authlib/issues/%s', 'issue #%s'),
30-
'PR': ('https://github.com/lepture/authlib/issues/%s', 'pull request #%s'),
30+
'PR': ('https://github.com/lepture/authlib/pull/%s', 'pull request #%s'),
3131
}
3232

3333
intersphinx_mapping = {
@@ -48,7 +48,7 @@
4848
"twitter_creator": "lepture",
4949
"twitter_url": "https://twitter.com/authlib",
5050
"github_url": "https://github.com/lepture/authlib",
51-
"discord_url": "https://discord.gg/RNetSNNq",
51+
"discord_url": "https://discord.gg/HvBVAeNAaV",
5252
"nav_links": [
5353
{
5454
"title": "Projects",

docs/jose/jwe.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ JSON-based data structures.
1414
We are splitting the ``jose`` module into a separated package. You may be
1515
interested in joserfc_.
1616

17-
.. _joserfc: https://jose.authlib.org/en/latest/guide/jwe/
17+
.. _joserfc: https://jose.authlib.org/en/dev/guide/jwe/
1818

1919
There are two types of JWE Serializations:
2020

docs/jose/jwk.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ JSON Web Key (JWK)
88
We are splitting the ``jose`` module into a separated package. You may be
99
interested in joserfc_.
1010

11-
.. _joserfc: https://jose.authlib.org/en/latest/guide/jwk/
11+
.. _joserfc: https://jose.authlib.org/en/dev/guide/jwk/
1212

1313
.. module:: authlib.jose
1414
:noindex:

docs/jose/jws.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ data structures.
1515
We are splitting the ``jose`` module into a separated package. You may be
1616
interested in joserfc_.
1717

18-
.. _joserfc: https://jose.authlib.org/en/latest/guide/jws/
18+
.. _joserfc: https://jose.authlib.org/en/dev/guide/jws/
1919

2020

2121
There are two types of JWS Serializations:

docs/jose/jwt.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ JSON Web Token (JWT)
88
We are splitting the ``jose`` module into a separated package. You may be
99
interested in joserfc_.
1010

11-
.. _joserfc: https://jose.authlib.org/en/latest/guide/jwt/
11+
.. _joserfc: https://jose.authlib.org/en/dev/guide/jwt/
1212

1313
.. module:: authlib.jose
1414
:noindex:

0 commit comments

Comments
 (0)