purpleio / purple-admin-ui

Next.js와 Tailwind를 이용한 모-던 어드민 템플릿

Home Page:https://admin-ui.purple.io/login

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(Feature suggestions) Hard to build & export project because of next-auth

citron0137 opened this issue · comments

commented

next-auth 로 인해 별도의 build & export 하여 정적 웹으로 배포하는 경우, 별도의 Auth 서버가 필요합니다.
이로 인해 purple-admin-ui를 도입하는데 큰 리소스(서버를 구매하여 배포하는 등..)가 소모됩니다.

따라서 next-auth를 제거하고, 단순 로그인 API를 연동하여 해당 응답만으로 세션을 만들 수 있는 옵션이 있으면 좋겠습니다!