Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 452 Bytes

readme.md

File metadata and controls

14 lines (9 loc) · 452 Bytes

Demo for sharing login between nextjs and session based Website

express folder host login page

nextjs folder host profile

how to start it:

docker-compose up --build

(required docker)

After start the service, you can access the http://localhost/login which comes from express, then login with admin and any password, then redirect to profile page, which hosted in nextjs, from profile page we can get user info from express