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

https://github.com/tugascript/devlogs

Authentication and User management self-hosted service
https://github.com/tugascript/devlogs

Last synced: 7 months ago
JSON representation

Authentication and User management self-hosted service

Awesome Lists containing this project

README

          

# Dev Logs

## Introduction

This is a open-source self-hostable IDP (Identity Provider) service. It is designed to have a developer first focus, with a simple API and a focus on extensibility.

## Features

NOTE: This is a work in progress, and not all features are implemented yet.

- [x] Multi-tenancy support with accounts.
- [x] OAuth2 support.
- [ ] User management with roles, external authentication and 2FA.
- [ ] Multiple applications support.
- [ ] OpenID support for applications.

## Getting Started

TODO

## Database Schema

TODO

## Local Setup

TODO

## Testing

TODO

## Deployment

### Docker

TODO

### Kubernetes

TODO

### Managed Services

TODO

## Contributing

TODO

## License

The code of this project is licensed under the Mozilla Public License 2.0. For more information, see the [LICENSE](LICENSE) file.