iokiwi / moneyapp

Parsing OFX files for personal budgeting and financial insights
Mozilla Public License 2.0
3 stars 2 forks source link

Authentication #1

Closed iokiwi closed 1 year ago

iokiwi commented 1 year ago

Currently no login is required. I'd like to require that the user is logged in. Ideally I don't want to store passwords so

iokiwi commented 1 year ago

Don't want to be shackled to 3rd party auth provider. Lets use https://django-sesame.readthedocs.io/en/stable/index.html#in-security

iokiwi commented 1 year ago

Implemented in #12