Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

praekeltfoundation/seed-auth-api

Repository files navigation

image

image

image

image

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

Packages

No packages published

Languages