https://github.com/valentinfunk/go-user-api
First attempt of creating a REST API for User authentication with JWT implementation
https://github.com/valentinfunk/go-user-api
Last synced: 5 months ago
JSON representation
First attempt of creating a REST API for User authentication with JWT implementation
- Host: GitHub
- URL: https://github.com/valentinfunk/go-user-api
- Owner: ValentinFunk
- Created: 2016-06-19T16:24:30.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-19T18:42:51.000Z (about 10 years ago)
- Last Synced: 2024-12-30T03:27:31.414Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
micro-user-service
==================
The purpose of this project is to demonstrate the usage of flask for building small microservices rest-api's.
Used frameworks and batteries are:
- sqlalchemy and flask-sqlalchemy for persistence
- flask
- flask-restless for rest
- flask-testing for unit testing
- behave for integration tests
- requests for integration tests
## Code Status
* [](https://travis-ci.org/atdi/micro-user-service)
## License
Micro users service is released under [Apache License v2](http://www.apache.org/licenses/LICENSE-2.0).