Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boyvinall/hydra-idp-form
oauth2 identity provider for hydra
https://github.com/boyvinall/hydra-idp-form
Last synced: 5 days ago
JSON representation
oauth2 identity provider for hydra
- Host: GitHub
- URL: https://github.com/boyvinall/hydra-idp-form
- Owner: boyvinall
- Created: 2016-07-09T12:13:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-03T14:31:37.000Z (about 8 years ago)
- Last Synced: 2024-06-20T05:11:56.707Z (5 months ago)
- Language: Go
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/boyvinall/hydra-idp-form.svg?branch=master)](https://travis-ci.org/boyvinall/hydra-idp-form)
This is an oauth2 identity provider (IDP).
Based primarily on [github.com/janekolszak/idp](https://github.com/janekolszak/idp), this
is an application that solves the specific use-cases that I have.## To do
(some of this functionality will be added to the form provider in
[github.com/janekolszak/idp](https://github.com/janekolszak/idp))
- sign-up
- add some sort of db persistence
- login with google/githubfurther out:
- ensure this can be run in a redundant/HA configuration, including
- eliminate single-host data stores
- ensure clean operation with SSL-offloading
- possibly integrate client for [letsencrypt](https://letsencrypt.org/)## See also
- [github.com/ory-am/hydra](https://github.com/ory-am/hydra)