GuSanle / nextjs-dashboard

Home Page:https://nextjs-dashboard-omega-lemon.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.js App Router Course - Starter

This is the starter template for the Next.js App Router Course. It contains the starting code for the dashboard application.

For more information, see the course curriculum on the Next.js Website.

登陆

  1. 登陆画面:判断session,如果已经登陆,跳转到主页,如果未登陆,显示登陆画面。
  2. 保护画面:判断session,如果已经登陆,显示保护画面,如果未登陆,跳转到登陆画面。

认证鉴权的判断

通过中间件判断访问来源:

  1. 如果是api请求,使用jwt认证
  2. 如果是页面请求,使用session认证

注意

文件名如果错误,会导致页面无法访问,比如middleware.ts后面多了一个空格,会导致中间件失效。坑了几天。。

About

https://nextjs-dashboard-omega-lemon.vercel.app


Languages

Language:TypeScript 89.1%Language:JavaScript 10.3%Language:CSS 0.5%