@antify/authentication-module
v2.2.0
Published
Easy way to add authentication to your nuxt app.
Downloads
7
Readme
Authentication module
Easy way to add authentication to your nuxt app.
Providers
There are different types of authentication providers. Each provider has its own configuration and methods, and ships with its own set of dependencies.
- E-Mail and password
- Pin (Not implemented yet)
- Api token (Not implemented yet)
- Magic link (Not implemented yet)
Development
- Run
pnpm run dev:prepare
to generate type stubs. - Use
pnpm run dev
to start playground in development mode.
TODO
- [ ] Add docs
- [ ] Add tests
- [ ] Add possibility to log login actions e. g. last login etc.
- [ ] Type and describe hooks