IndieLogin enables users to sign in with their domain name by linking their domain name to existing authentication providers.
To run a local copy for development:
-
Copy
.env.example
to.env
and fill out the details -
Start a development webserver:
composer start
- Open your web browser to
http://localhost:8080