Skip to content

martenframework/marten-auth

Repository files navigation

Marten Auth

CI CI

Marten Auth provides an authentication system for the Marten web framework. It allows handling common authentication operations in Marten projects.

About this shard

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.

Authors

Morgan Aubert (@ellmetha) and contributors.

License

MIT. See LICENSE for more details.