save oauth user_id and link users and accounts

This commit is contained in:
2025-12-30 02:06:14 -07:00
parent bc592718bf
commit 8090a6f25e
21 changed files with 468 additions and 198 deletions
@@ -1,7 +1,10 @@
{{ componentBody "nav_bar" }}
{{ componentBody "nav_bar" "dot" . }}
<h1>Home</h1>
<h2><a href="/sign-up">Sign Up!</a></h2>
{{- if and .UserID (not .Account.ID) }}
<h2><a href="/account-creation">New Account</a></h2>
{{- end }}
<h2><a href="/test-auth">Test Auth</a></h2>
<a href="/test-auth">Test Auth</a>