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

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

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`