fgp-auth
Version:
fgp-auth is a token based auth lib and base on "auth0 and keycloak.
19 lines (15 loc) • 479 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>FGP AUTH</title>
</head>
<body>
<button id="userinfo">User Info</button>
<button id="logout">Sign out</button>
<script src="https://fgp-auth.auth.10.1.14.69.xip.io/auth/js/keycloak.js"></script>
<script src="./fgp-auth.js"></script>
</body>
</html>