Skip to content

prabhuwk/flask_application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask_application

Flask is a microframework for Python based on Werkzeug, Jinja 2.

  • built in development server and debugger
  • RESTful request dispatching
  • uses Jinja2 templating
  • support for secure cookies (client side sessions)
  • 100% WSGI 1.0 compliant

Application is installed with flask extensions and sqlalchemy for ORM.

It basically helps teams to login using ldap authentication and perform basic userid checks which includes

  • Active Users
  • Disabled Password
  • Re-Hire Account
  • Non-Existent Users

It also connects to openldap to fetch userid information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published