10 lines
309 B
Django/Jinja
10 lines
309 B
Django/Jinja
<html>
|
|
<head>
|
|
<title>Logging in</title>
|
|
<meta http-equiv="refresh" content="0; url="https://www.inoreader.com/oauth2/auth?client_id={%inoreader_client_id%}"&redirect_uri={%siteurl%}/processoauth2&response_type=code&scope=read&state={%csrf_protection_string%}/">
|
|
</head>
|
|
<body>
|
|
Redirecting ...
|
|
</body>
|
|
</html>
|