将 nextjs 与第三方 api httpOnly cookie 一起使用
我有一个nodejs-express REST API,它使用 httpOnly cookie 进行授权。我使用 nextjs 作为 API 的前端。 我的问题:是否应该使用任何中间件/包来通过检查第三方 api 是否已为用户设置 cookie 来检查用户是否有权查看页面?或者我应该手动检查用户的cookie?
I have a nodejs-express REST API which is using httpOnly cookie for authorization . I am using nextjs as front-end for my API.
My question : is there any middleware/package that I should use to check whether the user is authorized to see the pages by checking if the thirdparty api is already set the cookie for the user ? or I should manually check the user's cookies ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论