amiroff / NextBook

NextBook is quick and easy way to build technical books or documentation with markdown that run blazingly fast.

Home Page:https://next-book.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Authentication feature

pbaveja opened this issue · comments

Any plans of adding authentication out of the box?

commented

Also keen on seeing authentication, even if it is a simple mechanism.

Hello guys,

I would not disagree with you as the basic auth should be trivial to implement. But there are so many choices and providers that it's really hard to choose one an stick with it. Supabase looks fine as it provides basic third-party oauth support, but yet I'm not sure I want to add those dependencies to otherwise very simplistic codebase.

I'm interested in this too, but I'm also wondering how much benefit there is to auth in a static site. I've been toying with the idea of putting it behind a reverse proxy and putting auth on the proxy.