Hello. I would like to add a login requirement for my whole app with predefined and manually set users. I do not want to have to add a database or a separate backend, so would this be possible with loaders? I found this library, but is it the recommended route? https://github.com/sergiodxa/remix-auth
#Authentication in loaders
1 messages · Page 1 of 1 (latest)
do you want to do a custom login UI? because Basic Auth could work for you
there's a basic auth middleware in Remix Utils if you're ok with enabling middlewares
a basic login page is sufficient, I will look into that, thx!
Sergio, are you working on an Oauth2 book? If so, any idea regarding when it will be released? Thanks.