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
- Host: GitHub
- URL: https://github.com/tugascript/devlogs
- Owner: tugascript
- License: mpl-2.0
- Created: 2024-12-19T06:42:18.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-09-03T19:09:30.000Z (7 months ago)
- Last Synced: 2025-09-03T21:12:35.335Z (7 months ago)
- Language: Go
- Homepage:
- Size: 2.12 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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.