An open API service indexing awesome lists of open source software.

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

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

* [![Build Status](https://travis-ci.org/atdi/micro-user-service.svg?branch=master)](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).