当前未登录登录

pathname:/demo/protected/server

服务端渲染

如果权限信息需要在服务端渲染,推荐使用 await auth()

服务端渲染好处是不需要客户端 js 脚本

不足是每次打开页面需要发送请求获取 session, 渲染速度慢

null