Expenses | Complete User Authentication (Sign Up & Sign In)

Опубликовано: 05 Август 2026
на канале: Asiel Alvarez
5,806
146

On this video I go over adding user authentication to our application. Now you are able to create an account and log your expenses.

Buy Me a Coffee: https://www.buymeacoffee.com/AsielAlv...

You can clone the repositories from GitLab. Then checkout the specified commit to see the same code I do.

front-end: https://gitlab.com/asielalvarez/expen...
git checkout b8c23b3ec54e3ac3095b5fedd95beaf5ca177e4c

back-end: https://gitlab.com/asielalvarez/expen...
git checkout 49e258dbe3841ac55e5c54eb59a24ef4f734907c

If it's your first time running the backend don't forget to run the migrations so that the database is correctly setup. You can do so by opening Package Manager Console and running the following command UPDATE-DATABASE -p Expenses.DB. Also feel free to reference to prior videos.