https://github.com/aaronpk/indielogin.com
Sign in with your domain name
https://github.com/aaronpk/indielogin.com
indieauth indieweb oauth
Last synced: 6 months ago
JSON representation
Sign in with your domain name
- Host: GitHub
- URL: https://github.com/aaronpk/indielogin.com
- Owner: aaronpk
- License: mit
- Created: 2018-04-02T13:50:52.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2025-09-11T13:36:14.000Z (6 months ago)
- Last Synced: 2025-09-11T16:08:56.974Z (6 months ago)
- Topics: indieauth, indieweb, oauth
- Language: PHP
- Homepage: https://indielogin.com
- Size: 998 KB
- Stars: 174
- Watchers: 11
- Forks: 29
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
IndieLogin
==========
IndieLogin enables users to sign in with their domain name by linking their domain name to existing authentication providers.
[Read more on the Wiki](https://indieweb.org/indielogin.com)
## Development
To run a local copy for development:
1. Copy `.env.example` to `.env` and fill out the details
2. Start a development webserver:
```sh
composer start
```
3. Open your web browser to `http://localhost:8080`