Indieauth alternatives and similar tools
Based on the "Tools and web interfaces" category.
Alternatively, view IndieAuth alternatives based on common mentions on social networks and blogs.
-
Samba
https://gitlab.com/samba-team/samba is the Official GitLab mirror of https://git.samba.org/samba.git -- Merge requests should be made on GitLab (not on GitHub) -
OSIAM
DISCONTINUED. Secure identity management solution providing REST based services for authentication and authorization. -
Smallstep Certificates
A private certificate authority (X.509 & SSH) and related tools for secure automated certificate management. -
ZITADEL
DISCONTINUED. Cloud-native Identity & Access Management solution providing a platform for secure authentication, authorization and identity management.
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Indieauth or a related project?
README
IndieAuth
IndieAuth is a way to use your own domain name to sign in to websites.
It works by linking your website to one or more authentication providers such as Twitter or Google, then entering your domain name in the login form on websites that support IndieAuth.
See more information and tutorials at indieauth.com
Setup
Copy config.yml.template
to config.yml
and fill in all the details. You'll need to register OAuth apps at any of the providers you wish to support.
Bootstrap the database:
$ bundle exec rake db:bootstrap
Contributing
By submitting code to this project, you agree to irrevocably release it under the same license as this project.
License
Copyright 2015 by Aaron Parecki
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
*Note that all licence references and agreements mentioned in the Indieauth README section above
are relevant to that project's source code only.