Garritt McCune glm94
  • Joined on 2020-12-03
glm94 pushed to master at glm94/nand-to-tetris 2021-01-20 15:14:51 -06:00
77c62c3504 For the first time I finished the DMux chips. Not the best way to do it, but its a start.
glm94 pushed to master at glm94/nand-to-tetris 2021-01-18 21:47:10 -06:00
6cff6afc04 Solved the 'smaller' gates and probably not with the best solutions.
ede8302d26 Intial commit
glm94 created repository glm94/nand-to-tetris 2021-01-18 21:41:17 -06:00
glm94 pushed to master at glm94/react-inv 2021-01-17 14:11:46 -06:00
7f354a50c3 Added some Router code to handle the routes and started setting up what I hope will be a nice folder structure for this project.
glm94 pushed to main at glm94/secure-core 2021-01-15 14:21:54 -06:00
debb4ebc61 Added some minor tweaks, and set up the EmployeeController to be usable by a frontend to see how well all this works so far.
glm94 pushed to main at glm94/secure-core 2021-01-15 09:41:48 -06:00
5a9d3621fe Added more validation to the various AuthController functions.
glm94 opened issue glm94/secure-core#4 2021-01-14 16:30:15 -06:00
Standardize HTTP Responses
glm94 pushed to main at glm94/secure-core 2021-01-14 15:51:13 -06:00
8e9824f497 Attempted to clean up the AuthController just a tad.
glm94 pushed to main at glm94/secure-core 2021-01-13 16:41:34 -06:00
6f8b7af78e Added and tested the password reset feature. So far so good, needs some more validation but its working and that's a good first step.
glm94 opened issue glm94/secure-core#3 2021-01-13 11:40:39 -06:00
Login Attempt Timeouts
glm94 pushed to main at glm94/secure-core 2021-01-13 11:24:43 -06:00
e198838a32 Cleaned up and refactored the code to make things much easier to understand.
glm94 pushed to main at glm94/secure-core 2021-01-12 21:28:24 -06:00
4721a70ea7 Updated the PasswordManager to check for a min password length as that might be a tad important.
glm94 pushed to main at glm94/secure-core 2021-01-12 20:12:50 -06:00
4e25410d30 Updated the password validation and created a username validation function.
glm94 opened issue glm94/secure-core#2 2021-01-11 18:19:55 -06:00
Password Length Limit
glm94 closed issue glm94/secure-core#1 2021-01-08 10:53:58 -06:00
Reset Password Token Invalidated On HTTP GET
glm94 commented on issue glm94/secure-core#1 2021-01-08 10:53:55 -06:00
Reset Password Token Invalidated On HTTP GET

Fixed in commit c2297ed36825fe72c8650664e19976e494318f77. The reset token needed to be URL encoded before it could be used in a URL. Seems I failed to realize converting a string to base64 doesn't…

glm94 pushed to main at glm94/secure-core 2021-01-08 10:52:21 -06:00
c2297ed368 Fixed a bug when returning the password reset link, forgot to URL encode the token..
glm94 opened issue glm94/secure-core#1 2021-01-08 01:07:09 -06:00
Reset Password Token Invalidated On HTTP GET
glm94 pushed to main at glm94/secure-core 2021-01-08 00:01:09 -06:00
d495bfca9c Added the first part of allowing the user to reset their password.
glm94 pushed to main at glm94/secure-core 2021-01-05 21:52:21 -06:00
fb61c971e9 Updated the Startup.cs to forward headers, hopefully this will help with making sure remote IPs are correctly retrieved.