Marten Auth provides an authentication system for the Marten web framework. It allows handling common authentication operations in Marten projects.
Marten Auth provides low-level helpers in order to implement authentication features within a Marten project. The preferred way to use this shard is to either:
- Generate projects with built-in authentication by leveraging the
new
management command. - Or to generate an authentication application within existing projects through the use of the
auth
generator.
You can refer to the Authentication section of the Marten documentation to learn more about authentication.
Morgan Aubert (@ellmetha) and contributors.
MIT. See LICENSE
for more details.