[Vuejs]-Authentification with just a password

1👍

As you mentioned, you’re aware of firebase authentication, create a single account with email and password. For now, on login screen you can pass email hardcoded in input[type='hidden'] field.

0👍

You can use basic authentication for that. Not the most secure way of securing a site since the credentials are sent over with each request but If your site is under https you should be fine.

👤Noobie

Leave a comment