AleixMJ / cryptotax

Flask application website to manage cryptocurrency portfolio/taxes/markets. Currently on development
Apache License 2.0
0 stars 0 forks source link

Create sessions #2

Closed AleixMJ closed 2 years ago

AleixMJ commented 2 years ago

Need to create sessions for the website so users can login and work on their personal portfolio

AleixMJ commented 2 years ago

Sessions have been added. You can now login and out. However, the session is saved as a tuple. I think a dictionary will work better for future clarity in development.