commit | 235a6809dca3fa39e9c83ce8c0211d088c8cbe70 | [log] [tgz] |
---|---|---|
author | margaretha <margaretha@ids-mannheim.de> | Wed Jun 06 19:21:53 2018 +0200 |
committer | margaretha <margaretha@ids-mannheim.de> | Wed Jun 06 19:21:53 2018 +0200 |
tree | 18bcdc3c38eac6c5230835631700620a863fe393 | |
parent | cf306d3d8da3ec358ff4e9591f0776b0e68c4782 [diff] |
Updated JWT lib & added MySQL database tables. Change-Id: I5860e0484ef03f473a863001f44128e8274a14d3
diff --git a/full/src/test/resources/test-expired.token b/full/src/test/resources/test-expired.token new file mode 100644 index 0000000..5d49da3 --- /dev/null +++ b/full/src/test/resources/test-expired.token
@@ -0,0 +1 @@ +eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ0ZXN0VXNlciIsImlzcyI6Imh0dHA6XC9cL2tvcmFwLmlkcy1tYW5uaGVpbS5kZSIsImV4cCI6MTUyODMwMzE5OX0.rmEFpdm8-_iyHGb2tEaJbKBoceiZwnyodixWhyLrU9w \ No newline at end of file
diff --git a/full/src/test/resources/test-user.token b/full/src/test/resources/test-invalid-signature.token similarity index 100% rename from full/src/test/resources/test-user.token rename to full/src/test/resources/test-invalid-signature.token