feat: add Google Sign-In with JWT auth and Neon DB persistence
This commit is contained in:
@@ -7,12 +7,20 @@
|
||||
<link rel="stylesheet" href="/assets/styles.css" />
|
||||
</head>
|
||||
<body>
|
||||
<script src="https://accounts.google.com/gsi/client" async defer></script>
|
||||
<main class="workspace">
|
||||
<aside class="setup-pane" aria-label="Diagnostic setup">
|
||||
<p class="eyebrow">Tutor Platform</p>
|
||||
<h1>Interview practice</h1>
|
||||
<p class="lede">Start a focused backend interview loop and turn one answer into evidence.</p>
|
||||
|
||||
<div id="auth-area" class="auth-area">
|
||||
<div id="g_id_onload" data-client_id="13671390758-bp1ed6psn43bl86r8a9kv81o40nkea90.apps.googleusercontent.com" data-callback="handleCredentialResponse"></div>
|
||||
<div class="g_id_signin" data-type="standard"></div>
|
||||
<div id="user-info" class="user-info" style="display:none;"></div>
|
||||
<button id="logout-button" class="small-button" type="button" style="display:none;">Sign out</button>
|
||||
</div>
|
||||
|
||||
<form id="session-form" class="stacked-form">
|
||||
<label>
|
||||
User ID
|
||||
|
||||
Reference in New Issue
Block a user