https://github.com/barryf/acquiescence
IndieAuth authorization and token endpoint.
https://github.com/barryf/acquiescence
indieauth indieweb
Last synced: 2 months ago
JSON representation
IndieAuth authorization and token endpoint.
- Host: GitHub
- URL: https://github.com/barryf/acquiescence
- Owner: barryf
- License: mit
- Created: 2017-05-22T20:43:07.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T05:38:15.000Z (over 3 years ago)
- Last Synced: 2023-04-27T18:51:13.389Z (about 3 years ago)
- Topics: indieauth, indieweb
- Language: Ruby
- Homepage:
- Size: 15.6 KB
- Stars: 22
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Acquiescence
Acquiescence is a very simple [IndieAuth](https://indieweb.org/indieauth) authorization and token endpoint.
It requires a [Redis](https://redis.io/) server.
It's currently only set up to authorize using GitHub because that's my preferred provider, but adding in additional [OmniAuth](https://github.com/omniauth/omniauth)-compatible providers should be reasonably simple.
---
[Barry Frost](https://barryfrost.com/)