Files
herolib/lib/security/authentication
Mahmoud-Emad 46a3bcb840 refactor: Migrate from vweb to veb web framework
- Update all references from `vweb` to `veb`
- Add `veb.StaticHandler` to `Playground` struct
- Ensure error propagation for static file serving calls
- Apply consistent indentation across various module definitions
- Adjust documentation and comments for `veb` framework
2025-09-01 13:00:17 +03:00
..
...
2025-01-31 15:39:44 +03:00
...
2025-01-31 15:39:44 +03:00
new
2025-02-09 17:53:16 +00:00
2025-01-23 00:02:48 +00:00
...
2025-01-31 15:39:44 +03:00
...
2025-01-31 15:39:44 +03:00
2025-01-23 00:02:48 +00:00

Email authentication module

Module to verify user email by sending the user a link.The functions in the module can be implemented manually in a web server, but the recommended way is simply to use the API.

API

Examples

  • see publisher/view/auth_controllers