Authorization code flow first proto

This commit is contained in:
konarfil
2023-09-18 16:06:26 +02:00
parent 9b24249aca
commit 3d4b87311d
4 changed files with 167 additions and 2 deletions

View File

@@ -4,7 +4,8 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OAuth Playground</title>
<title>OAuth 2.0 Playground</title>
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<link type="text/css" rel="stylesheet" href="css/style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />