Commit Graph

7 Commits

Author SHA1 Message Date
8b43c65886 💡 (docs-code) create simple code documentation 2025-09-02 11:24:06 +07:00
64a9cf1cf3 💥 (breaking) replace useEffect with runOnce hook
using useRunOnce instead of using useEffect in a primitive way just to avoid React strict mode.
2025-09-02 11:20:42 +07:00
2d671b189a 👔 add provider option
Create a provider option in the callback handler to define the provider name for flexibility when used with multiple
providers and requiring multiple endpoints.
2025-08-31 22:45:16 +07:00
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
e804f259b7 🚧 (wip) forward callback to backend 2025-08-28 23:26:33 +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