GitXplorerGitXplorer
o

webpy-user_auth

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
1de1c859ab9db37ae5037ed0d514862454943c96

user auth readme

oongspxm committed 10 years ago
Unverified
e643f56e7e2d59312e201593e569c1be3cb438d2

user auth

oongspxm committed 10 years ago
Unverified
00957ed606a9fc0cf25e60f4bb9e262cf9f5161e

user auth

oongspxm committed 10 years ago
Unverified
cd143a643b1765835ee1c8405eb83faf1d1dc8a0

Initial commit

oongspxm committed 10 years ago

README

The README file for this repository.

Current Setup

The current setup for this user authentication system are accounts that uses email and password. Here are some information that may be useful when adapting for actual projects:

  • Email address validation not implemented
  • Simple hashing of email and password for verification
  • Database schema for simple login included (sqlite)
  • Login token with expiration and everything
  • Easy to read, easy to maintain