shrine-medco/apps/dashboard-app/src/main/scala/net/shrine/dashboard/jwtauthdevelop
shrine-medco/apps/dashboard-app/src/main/scala/net/shrine/dashboard/jwtauth
develop
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
5315849aa994 | David Walend | Factored the JDNI/tomcat boilerplate off into its own class | Jan 26 2016 | |||
685c37db95eb | David Walend | todo node to check finding the right cert. | Jan 26 2016 | |||
3c0dcb5f165c | David Walend | Handling a case where the dashboard's KeyStore just has the right cert in it. | Jan 26 2016 | |||
03430c9da802 | David Walend | Cleaning up some suggestions from IDEA | Jan 15 2016 | |||
42aa7426ea22 | David Walend | Rearranged dashboard-to-dashboard auth, got through IDEAs checks to green | Jan 14 2016 | |||
bd59adccfa3c | David Walend | Last of the for comprehension | Jan 14 2016 | |||
87ff89e8081d | David Walend | Added more to the for comprehension | Jan 14 2016 | |||
9579770dc231 | David Walend | Added more to the for comprehension | Jan 14 2016 | |||
865dfd959dbe | David Walend | Added more to the for comprehension | Jan 14 2016 | |||
7bf1574d5841 | David Walend | Started refactoring to a for comprehension | Jan 14 2016 | |||
4f5b748e323c | David Walend | Added a null check for the issuer | Jan 14 2016 | |||
c2f3e5bc06fd | David Walend | More sensible values for the jwts subject field to help refill the user object… | Jan 14 2016 | |||
338c83b1c654 | David Walend | Now verifying the keys that signed the jwts string | Jan 13 2016 | |||
7fc8a17aba50 | David Walend | Restored tests of dashboard-to-dashboard comms | Jan 13 2016 | |||
fa62d920c198 | David Walend | Now sending a Spray OAuth token with the request | Jan 13 2016 | |||
bfb561311772 | David Walend | Switched to Bearer auth scheme, step 1 | Jan 13 2016 | |||
63d938c2d6c8 | David Walend | Reformatted ShrineJwtAuthenticator.scala | Jan 13 2016 | |||
d7464de1cfe9 | David Walend | Now using just the jwtsString, almost able to switch to Bearer authentication. | Jan 13 2016 | |||
013344e6f0e3 | David Walend | Removed some less interesting dead code | Jan 12 2016 | |||
a41433107ccb | David Walend | Now using jwt's kid field for the public part of the cert. | Jan 12 2016 | |||
41ea6d99dcab | David Walend | More logging and a fix - default value for status | Jan 12 2016 | |||
10a6cae3528b | David Walend | Try sending the cert | Jan 12 2016 | |||
3542b6d3ba3a | David Walend | Try a comma as a delimiter | Jan 11 2016 | |||
3227a28cd7b3 | David Walend | An attempt to circumvent Spray looking for key value pairs. Not sure if its the… | Jan 11 2016 | |||
6a1a0a66245b | David Walend | Took colons out of headers | Jan 8 2016 | |||
f5edcb1f071d | David Walend | Need to try the file system to get the keystore. | Jan 8 2016 | |||
d0e05a36c555 | David Walend | Extracted a method to make the new auth header | Jan 7 2016 | |||
61e4d9640c22 | David Walend | A few more tests for server-side jwts | Jan 7 2016 | |||
fef97f84cc40 | David Walend | Using some bits from jwts to validate and prevent replay attacks. | Jan 7 2016 | |||
b4ec16ed0825 | David Walend | More error conditions and tests for dashboard-to-dashboard | Jan 5 2016 | |||
5f87789e5c1a | David Walend | Added an example of getting a string from a url and doing something with it. | Jan 5 2016 | |||
213aeef1aa1c | David Walend | Using cert serial numbers for dashboard-to-dashboard comms | Jan 5 2016 | |||
0056e4eb5b45 | David Walend | Got some tests of rejecting bad auth working | Dec 23 2015 | |||
fcfac7715669 | David Walend | Now able to get at the header | Dec 22 2015 | |||
296a2e4283d6 | David Walend | Structure to support a custom auth | Dec 22 2015 |
c4science · Help