Skip to content

Authentication, authorization, and user store for seed applications.

License

Notifications You must be signed in to change notification settings

westerncapelabs/seed-auth-api

 
 

Repository files navigation

Coverage Status Build Status Requirements Status Documentation Status

seed-auth-api

Seed Auth API. User and permissions store, authentication and authorization.

Running

  • pip install -e .
  • psql -U postgres -c "CREATE DATABASE seed_auth;"
  • ./manage.py migrate
  • ./manage.py createsuperuser
  • ./manage.py runserver --settings=seed_auth_api.testsettings

Running tests

  • pip install -e .
  • pip install -r requirements-dev.txt
  • `py.test --ds=seed_auth_api.testsettings authapi

About

Authentication, authorization, and user store for seed applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%