richarddushime / Bitcoin-bank

Bitcoin Bank Project Repository
1 stars 2 forks source link

Setup basic authentication #15

Open rockcoolsaint opened 8 months ago

rockcoolsaint commented 8 months ago

Basic authentication with username and password

ItoroD commented 8 months ago

You will authenticate on the front end?

rockcoolsaint commented 8 months ago

@ItoroD what is your opinion? Do you think it is unnecessary?

ItoroD commented 8 months ago

I think it depends on how you are implementing it. Cause there is supposed to be a dB that has user details like username and password, but we can scrape that if you want to use maybe firebase or something with the frontend for authentication. I think you can go ahead but just let us know so that on my end I don't have to cater for something you have already worked out.

rockcoolsaint commented 8 months ago

I think it depends on how you are implementing it. Cause there is supposed to be a dB that has user details like username and password, but we can scrape that if you want to use maybe firebase or something with the frontend for authentication. I think you can go ahead but just let us know so that on my end I don't have to cater for something you have already worked out.

I think I get your point and will definitely consider it. It should be an architectural decision