Created
February 9, 2018 22:14
-
-
Save bandrzejczak/38f6bfeaa50da0a6e62297dab3c82d34 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html ng-cloak> | |
<head> | |
<meta charset="utf-8"> | |
<title>Keycloak Test</title> | |
</head> | |
<body ng-cloak> | |
<h1> | |
Hello, {{ currentUser.username }} | |
</h1> | |
<a ng-click="userLogout()" href="#">Logout</a> | |
<script src="https://code.angularjs.org/1.4.7/angular.min.js"></script> | |
<script src="/keycloak.js"></script> | |
<script src="/app.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment