Skip to content

Commit

Permalink
Login Page with registering new user.
Browse files Browse the repository at this point in the history
Salting Added.
Account Page still not done yet.
Tests Written.
Handle different users + account setting page #33
Co-authored-by: rhit-norflwe <rhit-norflwe@users.noreply.github.com>
  • Loading branch information
rhit-villencr committed Jan 11, 2025
1 parent d23ee1d commit 6de0168
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
package com.main.omniplanner;public class SecurityConfig {
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
package com.main.omniplanner.user;public class PasswordService {
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
package com.main.omniplanner.UserTests;public class PasswordServiceTest {
}

0 comments on commit 6de0168

Please sign in to comment.