Skip to content

phils949/pyWebAccount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

pyWebAccount

Python Flask-based sample application that provides user identity and user authentication features.

Overview

Uses a Python Flask based web server to serve both a REST API and a web front-end that uses JQuery/AJAX to present a set of basic features that most web sites use for user account creation, login, forgot password, verify email address, lock account, change password, edit account profile.

The objective is to provide an example application skeleton, REST API example, web application example, and a useful starting point for any web application that fits with this application architecture.

Current Features

  • None (just starting the project)

Feature Backlog

  • Application skeleton
  • REST API framework
  • Web Site framework
  • Authentication framework
  • Flask BluePrints for extensibility
  • SQL Alchemy integration
  • mySQL database creation scripts
  • Server configuration file
  • Database connection recovery handler
  • Logger support
  • REST API & .js library interface: auth_user object
  • REST API & .js library interface: auth_group object
  • REST API & .js library interface: auth_partner object
  • REST API & .js library interface: auth_user_profile object
  • REST API & .js library interface: auth_audit object

About

Python Flask-based sample application that provides user identity and user authentication features.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors