nextjs-basic-auth icon indicating copy to clipboard operation
nextjs-basic-auth copied to clipboard

Results 3 nextjs-basic-auth issues
Sort by recently updated
recently updated
newest added

Thank you for the nice repo! Add return promise so the below await would really work. // some-route.js export async function getServerSideProps(ctx) { const {req, res} = ctx await basicAuthCheck(req,...

As the title says, Pressing the OK button twice in quick succession will load the page even when no login data is entered. When I then reload the page, I...

It works fine when I build on the local server but in the production server (vercel) it does not work. I’m using Node: 14.17.4 Next Js: 11.1.1 Getting type error...