Skip to content

MeritEhab/User-Validation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Two Steps Validation

A simple 2 steps validation application that enables user to register without password, when logging in provide password that creates or gets token for him

Installation

Create a virtualenv for the project, and run:

pip install -r requirements.txt

Run python manage.py migrate

Usage

To make an account run python manage.py createsuperuser

Then run python manage.py runserver

And test functionality theough this links

http://localhost:8000/account

http://localhost:8000/account/login

http://localhost:8000/account/status

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages