mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-08-26 04:25:46 +08:00
Deployed 60e951e to 9.3 with MkDocs 1.2.4 and mike 1.1.2
This commit is contained in:
16
latest/configuration/authentication/backend/index.html
Normal file
16
latest/configuration/authentication/backend/index.html
Normal file
@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Redirecting</title>
|
||||
<noscript>
|
||||
<meta http-equiv="refresh" content="1; url=../../../../9.3/configuration/authentication/backend/" />
|
||||
</noscript>
|
||||
<script>
|
||||
window.location.replace("../../../../9.3/configuration/authentication/backend/" + window.location.hash);
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
Redirecting to <a href="../../../../9.3/configuration/authentication/backend/">../../../../9.3/configuration/authentication/backend/</a>...
|
||||
</body>
|
||||
</html>
|
16
latest/configuration/authentication/index.html
Normal file
16
latest/configuration/authentication/index.html
Normal file
@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Redirecting</title>
|
||||
<noscript>
|
||||
<meta http-equiv="refresh" content="1; url=../../../9.3/configuration/authentication/" />
|
||||
</noscript>
|
||||
<script>
|
||||
window.location.replace("../../../9.3/configuration/authentication/" + window.location.hash);
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
Redirecting to <a href="../../../9.3/configuration/authentication/">../../../9.3/configuration/authentication/</a>...
|
||||
</body>
|
||||
</html>
|
@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Redirecting</title>
|
||||
<noscript>
|
||||
<meta http-equiv="refresh" content="1; url=../../../../../9.3/configuration/authentication/strategies/database/" />
|
||||
</noscript>
|
||||
<script>
|
||||
window.location.replace("../../../../../9.3/configuration/authentication/strategies/database/" + window.location.hash);
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
Redirecting to <a href="../../../../../9.3/configuration/authentication/strategies/database/">../../../../../9.3/configuration/authentication/strategies/database/</a>...
|
||||
</body>
|
||||
</html>
|
@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Redirecting</title>
|
||||
<noscript>
|
||||
<meta http-equiv="refresh" content="1; url=../../../../../9.3/configuration/authentication/strategies/jwt/" />
|
||||
</noscript>
|
||||
<script>
|
||||
window.location.replace("../../../../../9.3/configuration/authentication/strategies/jwt/" + window.location.hash);
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
Redirecting to <a href="../../../../../9.3/configuration/authentication/strategies/jwt/">../../../../../9.3/configuration/authentication/strategies/jwt/</a>...
|
||||
</body>
|
||||
</html>
|
@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Redirecting</title>
|
||||
<noscript>
|
||||
<meta http-equiv="refresh" content="1; url=../../../../../9.3/configuration/authentication/strategies/redis/" />
|
||||
</noscript>
|
||||
<script>
|
||||
window.location.replace("../../../../../9.3/configuration/authentication/strategies/redis/" + window.location.hash);
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
Redirecting to <a href="../../../../../9.3/configuration/authentication/strategies/redis/">../../../../../9.3/configuration/authentication/strategies/redis/</a>...
|
||||
</body>
|
||||
</html>
|
@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Redirecting</title>
|
||||
<noscript>
|
||||
<meta http-equiv="refresh" content="1; url=../../../../../9.3/configuration/authentication/transports/bearer/" />
|
||||
</noscript>
|
||||
<script>
|
||||
window.location.replace("../../../../../9.3/configuration/authentication/transports/bearer/" + window.location.hash);
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
Redirecting to <a href="../../../../../9.3/configuration/authentication/transports/bearer/">../../../../../9.3/configuration/authentication/transports/bearer/</a>...
|
||||
</body>
|
||||
</html>
|
@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Redirecting</title>
|
||||
<noscript>
|
||||
<meta http-equiv="refresh" content="1; url=../../../../../9.3/configuration/authentication/transports/cookie/" />
|
||||
</noscript>
|
||||
<script>
|
||||
window.location.replace("../../../../../9.3/configuration/authentication/transports/cookie/" + window.location.hash);
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
Redirecting to <a href="../../../../../9.3/configuration/authentication/transports/cookie/">../../../../../9.3/configuration/authentication/transports/cookie/</a>...
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user