lumagician / flask-jwt-auth

getting started with webapp auth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple login system implemented with flask

this code should not be used, its just my first try with jwt and authentication in general...

things to do

  • create a virtual environment
  • implement signup in backend (storing hashes in db, salted)
  • implement login in backend (comparing hashes in db, salted)
  • create a login page
  • create a register page
  • create a home page
  • implement logout functionality

About

getting started with webapp auth


Languages

Language:HTML 50.2%Language:Python 49.8%