NUXTJS auth模块的工作方式准确起作用?
实际上,我试图将NUXTJS auth模块集成到我的项目中,但我无法理解Auth模块的实际工作方式。如果有人帮助我解决这个概念,这对我来说将非常有帮助。谢谢你!
I was actually trying to integrate the Nuxtjs auth module into my project but I can not understand how auth module actually works. If anyone helps me with this concept it will be very helpful for me. Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Auth模块使用各种方法来验证用户。
您可以使用nuxtjs使用auth软件包中支持的项目进行集成一个项目,并在项目上执行身份验证和授权操作。例如,您可以将此模块和Laravel项目用作后端来处理项目中的身份验证讨论。
实际上,您的问题非常通用,我建议您从下面的链接中阅读模块的主要文档。
https://auth.nuxtjs.org/
The auth module uses various methods to authenticate users.
You can integrate a project that you have developed using nuxtjs using one of the items supported in the auth package and perform authentication and authorization operations on your project. For example, you can use this module and Laravel project as backend to handle the authentication discussion in your project.
In fact, your question was very general, I suggest you read the main documentation of the module from the link below.
https://auth.nuxtjs.org/