UmairJibran / node-express-sequelize-boilerplate

Boilerplate template to get you started!
MIT License
5 stars 1 forks source link

Generalise the token authentication #1

Open UmairJibran opened 2 years ago

UmairJibran commented 2 years ago

Currently the tokens are authenticated via firebase-admin, so from the frontend firebase-auth's token needs to be supplied. It would be better if this layer is generalised (preferably JWT) and moved from firebase-admin

create-issue-branch[bot] commented 2 years ago

Branch issue-1-Generalise_the_token_authentication created!

marksuit42 commented 6 days ago

3 replaced the firebase authentication with jwt