nextjs route middleware for authentication

前端 未结 2 719
庸人自扰
庸人自扰 2021-01-31 22:26

I\'m trying to figure out an appropriate way of doing authentication, which I know is a touchy subject on the GitHub issue page.

My authentication is simple. I store a

2条回答
  •  日久生厌
    2021-01-31 22:54

    There is no middleware for no API routes in NextJS, but there are HOCs, which you can use to connect to db - select the user, etc: https://hoangvvo.com/blog/nextjs-middleware

提交回复
热议问题