feat(auth): add an RFC complient validation function for an email address; cover it with tests

This commit is contained in:
Ilia Mashkov
2026-03-25 10:18:55 +03:00
parent 6751c7fc04
commit 5b49398665
5 changed files with 139 additions and 4 deletions

View File

@@ -1,2 +1,4 @@
export { useAuth } from "./hooks/useAuth/useAuth";
export { AuthGuard } from "./hocs/AuthGuard/AuthGuard";
export * from "./validators";