All Projects β†’ aaronpk β†’ Indieauth.com

aaronpk / Indieauth.com

This service is being discontinued in favor of indielogin.com

Programming Languages

ruby
36898 projects - #4 most used programming language

Labels

Projects that are alternatives of or similar to Indieauth.com

Node Oauth2 Server Example
Working oauth2 server with minimal configuration
Stars: ✭ 115 (-33.14%)
Mutual labels:  oauth
Cli
🧰 A zero trust swiss army knife for working with X509, OAuth, JWT, OATH OTP, etc.
Stars: ✭ 2,151 (+1150.58%)
Mutual labels:  oauth
Spark Pac4j
Security library for Sparkjava: OAuth, CAS, SAML, OpenID Connect, LDAP, JWT...
Stars: ✭ 154 (-10.47%)
Mutual labels:  oauth
Fosite
Extensible security first OAuth 2.0 and OpenID Connect SDK for Go.
Stars: ✭ 1,738 (+910.47%)
Mutual labels:  oauth
Fresh
πŸ‹ A token refresh library for Dart.
Stars: ✭ 128 (-25.58%)
Mutual labels:  oauth
React Native Instagram Login
a react native instagram login component (support android & ios). Pull requests are welcome!
Stars: ✭ 139 (-19.19%)
Mutual labels:  oauth
Swiftlysalesforce
The swiftest way to build iOS apps that connect to Salesforce
Stars: ✭ 115 (-33.14%)
Mutual labels:  oauth
Portfolio Generator
HoxNox - Portfolios Made Easy, Generate portfolios in 3 easy steps
Stars: ✭ 166 (-3.49%)
Mutual labels:  oauth
Dashport
Local and OAuth authentication middleware for Deno
Stars: ✭ 131 (-23.84%)
Mutual labels:  oauth
Larapush
artisan push - Deploy your codebase into your web server with one Laravel artisan command and no SSH needed!
Stars: ✭ 150 (-12.79%)
Mutual labels:  oauth
Hydra
OpenID Certifiedβ„’ OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API security for your infrastructure. SDKs for any language. Compatible with MITREid.
Stars: ✭ 11,884 (+6809.3%)
Mutual labels:  oauth
Giraffeql
πŸ¦’ Developer tool to visualize relational databases and export schemas for GraphQL API's.
Stars: ✭ 128 (-25.58%)
Mutual labels:  oauth
Monkey
Monkey is an unofficial GitHub client for iOS,to show the rank of coders and repositories.
Stars: ✭ 1,765 (+926.16%)
Mutual labels:  oauth
Vertx Auth
Stars: ✭ 122 (-29.07%)
Mutual labels:  oauth
Turnstile
An authentication framework for Swift.
Stars: ✭ 163 (-5.23%)
Mutual labels:  oauth
Apps Script Oauth1
An OAuth1 library for Google Apps Script.
Stars: ✭ 115 (-33.14%)
Mutual labels:  oauth
Asana Api Php Class
A dependency free, lightweight PHP class that acts as wrapper for Asana API. Lets make things fast and easy! :)
Stars: ✭ 137 (-20.35%)
Mutual labels:  oauth
Pac4j
Security engine for Java (authentication, authorization, multi frameworks): OAuth, CAS, SAML, OpenID Connect, LDAP, JWT...
Stars: ✭ 2,097 (+1119.19%)
Mutual labels:  oauth
Security.identity
.NET DevPack Identity is a set of common implementations to help you implementing Identity, Jwt, claims validation and another facilities
Stars: ✭ 165 (-4.07%)
Mutual labels:  oauth
Ngx Oauth
OAuth 2.0 proxy for nginx written in Lua.
Stars: ✭ 146 (-15.12%)
Mutual labels:  oauth

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 the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].