Commit Graph

26 Commits (922f8c7d52f7a3a44fe70ed1d2f86cebbaeeb5d4)

Author SHA1 Message Date
androiddrew 922f8c7d52 Added JWT back into Project
androiddrew d0a9b556c6 leveled up, minus auth
androiddrew 7b23ad97d8 Moving to Typesystem
Moving to type system. Added registration endpoint. Added custom Decimal type.
androiddrew 3ef15e7b48 added user profile endpoint
androiddrew a52d431e0d Included support for apistar-mail
AndroidDrew 40951d8354 Added Registration endpoint and configuration file
AndroidDrew 57be81f31a Added support for alembic migrations
AndroidDrew 4fc741f01c Clean up of app and models, extended TODO of auth
AndroidDrew 37355d14cb Merge branch 'jwt' of https://git.androiddrew.com/androiddrew/cookie-api into jwt
AndroidDrew 0ef50a00df Adding validation and updating auth model
androiddrew 0425508561 Added logging to application
androiddrew 02330ae348 removing .ini config
androiddrew ed324ec4e3 Revert "Added Marshmallow validation to views"
This reverts commit 4f3ee63
AndroidDrew 4f3ee63faf Added Marshmallow validation to views
AndroidDrew ef75599675 added a marshmallow schema for cookie
AndroidDrew 708bf23870 Added default application settings in application factory
androiddrew e4a6ee8f83 added pytest conf and cookie view tests
androiddrew 610b6e1056 refactored models package back to modules
androiddrew 83d560685a added application factory and render tests
androiddrew 3a6ae5df43 refactored renders, added Datetime to typesystem
androiddrew 3cd05013ab added stubs for authentication and CRUD tests
androiddrew 64b60d2ad1 Adjusted token expiration
androiddrew 819496853f added login route for jwt authentication
AndroidDrew b317c8f4c2 Added configuration file and wsgi file
androiddrew 7c88fe83c4 minor PEP8 corrections
androiddrew 36377d0b50 Added commands and user password hashing