Compare commits

...

2 Commits

Author SHA1 Message Date
Sean McArdle 80b93995c7 Added ignore entry. 2018-11-07 16:36:44 -08:00
Sean McArdle 89ecd32f21 Going to parse XML on the client. 2018-11-07 16:35:43 -08:00
2 changed files with 6 additions and 2 deletions

3
.gitignore vendored
View File

@ -112,3 +112,6 @@ dmypy.json
# Pyre type checker
.pyre/
test_token.xml

View File

@ -2,6 +2,7 @@
<html lang="en">
<head>
<title>icanhasclaims</title>
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
</head>
<body>
<ul id="navigation">
@ -11,9 +12,9 @@
</ul>
<h1>SAML Token</h1>
<pre><code>
<pre id='token_source'>
{{ token }}
</code></pre>
</pre>
</body>