以前用 rails 的时候,可以用 https://github.com/heartcombo/devise 这种库快速集成注册认证,不知道有没有什么库适用于 adonisjs
![]() |
1
tmkook PRO |
![]() |
2
fx OP @tmkook 看了下官方的库很多不支持
Features not supported by the Auth package The auth package narrowly focuses on authenticating HTTP requests, and the following features are outside its scope. User registration features like registration forms, email verification, and account activation. Account management features like password recovery or email update. Assigning roles or verifying permissions. Instead, use bouncer to implement authorization checks in your application |
![]() |
3
fx OP |