2bcd2a4ead
👔 create callback forwader
...
create a handler to forward callback requests from the OAuth provider to the main backend system.
2025-08-31 22:02:31 +07:00
73c5bff44c
👔 forwarding callback data
...
create a type and implement it in props that pass callback data from root to the component that will process the
request.
2025-08-27 22:47:55 +07:00
1bf56603e0
👔 complete handler callback
...
Complete the logic checking and loading on the OAuth module callback handler.
2025-08-26 12:53:53 +07:00
17a3415457
👔 add oauth callback handler
2025-08-26 11:43:42 +07:00
02a4b3a3d1
✨ create new signup page
2025-08-20 22:07:12 +07:00
a848d4dcb5
✨ creating login popup security check
...
Perform security checks on the login popup to minimize bugs in unexpected situations.
2025-08-17 22:50:24 +07:00
b12a3211b6
🚚 reconstructing and fixing file structures
...
The reconstruction includes moving the Navbar component from shared to widget because Navbar is a group of elements, and
removing the login-signup form due to changes in logic that will use a popup flow to improve the user experience without
navigating to another page for authentication.
2025-08-17 21:25:49 +07:00
a2c9b7fd08
🚩 create HTML meta tag helper
2025-08-05 13:17:04 +07:00
fcebe9708d
🚚 separating forms ui and logic
...
separate the form from other elements on the signup and login cards
2025-08-05 10:40:21 +07:00
77857d5575
🏗️ creating layouts for login and signup
2025-08-05 10:23:15 +07:00