0

add google oauth2

This commit is contained in:
lcarlyl
2022-04-21 18:34:10 +03:00
parent 3fa106491a
commit cf3780844d
15 changed files with 155 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<#include "includes/header.ftlh">
<p>
Home public page<br>
---&gt; <a href="/secret">Secret Page</a> &lt;---<br>
[ <a href="/oauth2/authorization/google">Login Google</a> ]
</p>
<#include "includes/foother.ftlh">