Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这2个有什么区别?哪个更适合简单的 VueJS 应用程序?我已经阅读了他们的文件几次,但仍然感到困惑。非常感谢。
Passport 在几分钟内为你的 Laravel 应用程序提供了完整的 OAuth2 服务器实现。因此有必要对 OAuth2 有一个简单的了解。
Sanctum 它是一个简单的软件包,可以向您的用户颁发 API 令牌,而无需复杂的 OAuth。Sanctum 使用 Laravel 内置的基于 cookie 的会话认证服务。
在一个小型应用程序中使用 Sanctum。这很简单。