From 6365394230358414f4250ae91dd7280ffd48546b Mon Sep 17 00:00:00 2001 From: Eduardo <37254797+DoodlesEpic@users.noreply.github.com> Date: Wed, 20 May 2020 14:22:17 -0300 Subject: [PATCH] Added Firebase Authentication to Security and PKI I think it's a great addition to the list, unlimited free authentication, and users, it also provides up to 10 thousand phone verifications per month, very simple to implement, and certainly a great way to manage user authentication. There is another description from the website which could be used, instead of the one I adapted: "Firebase Auth offers multiple methods to authenticate, including email and password, third-party providers like Google or Facebook, and using your existing account system directly. Build your own interface, or take advantage of our open-source, fully customizable UI." --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 61b79ed2..0214453c 100644 --- a/README.md +++ b/README.md @@ -360,6 +360,7 @@ Table of Contents * [crypteron.com](https://www.crypteron.com/) — Cloud-first, developer-friendly security platform prevents data breaches in .NET and Java applications * [Dependabot](https://dependabot.com/) Automated dependency updates for Ruby, JavaScript, Python, PHP, Elixir, Rust, Java (Maven and Gradle), .NET, Go, Elm, Docker, Terraform, Git Submodules and GitHub Actions. * [duo.com](https://duo.com/) — Two-factor authentication (2FA) for website or app. Free for 10 users, all authentication methods, unlimited, integrations, hardware tokens + * [Firebase Auth](https://firebase.google.com/products/auth/) — Free end-to-end identity solution, email and password accounts, Google, Twitter, Facebook, GitHub login, phone auth (up to 10k/month), and more. * [foxpass.com](https://www.foxpass.com/) — Hosted LDAP and RADIUS. Easy per-user logins to servers, VPNs and wireless networks. Free for 10 users * [globalsign.com](https://www.globalsign.com/en/ssl/ssl-open-source/) — Free SSL certificates for Open Source * [Have I been pwned?](https://haveibeenpwned.com) — REST API for fetching the information on the breaches.