Biplob Sutradhar
Biplob Sutradhar
BlogsAppsProjectsResume
Buymeacoffee
Gmail
GitHub
X
LinkedIn
Post date: Aug 16, 2023, 03:37 AM
Read time: 1 min
Type:
blogs
Share with
FacebookTwitterTelegram
Loading...
firebasenextjsstellar.org

Table of contents

  • Basic usages
  • How Does This Login Work?
  • Connecting with Google and Facebook
  • Conclusion
  • Reference
Post date: Aug 16, 2023, 03:37 AM
Read time: 1 min
Type:
blogs
Share with
FacebookTwitterTelegram
Previous
Blur previewRestore the stock bootloader on the Xiaomi Mi WiFi Router 3C from Breed Web recovery
Read more
Restore the stock bootloader on the Xiaomi Mi WiFi Router 3C from Breed Web recovery
Sep 5, 2023
1 min

I flashed breed web bootloader for installing Openwrt firmware. After changing the bootloader to bre...

Next
Blur previewLimbusCode Chrome Extension Analysis
Read more
LimbusCode Chrome Extension Analysis
Aug 2, 2023
3 min

LimbusCode, or limbuscode.com, is associated with Leo Ono. LimbusCode.com is his personal website. H...

© 2025 Biplob Sutradhar|Made in Bangladesh
  • About
  • Contact me
  • Privacy policy
stellar-login-system-light

Stellar Login System with Facebook and Google

We have seen login systems using Google and Facebook accounts on many websites. Our team has developed this login system for obtaining a public key to access our services.

Basic usages

To use our login system, you need to visit the following websites: map.action-tokens.com, collections.action-tokens.com, gallery.action-tokens.com. These websites have implemented this system. New users can simply choose to log in to the site using either their Facebook or Google accounts.

Gallery login

How Does This Login Work?

When a user visits any of the mentioned sites and clicks the 'Connect Wallet' button, a dialog will appear. In this dialog, the user can select their preferred wallet service to connect with the site.

Connecting with Google and Facebook

If the user chooses Google or Facebook, another dialog will show up. Now the user needs to select an account to continue the login. This authentication system is powered by Firebase authentication. After selecting an account, the public key is retrieved from our other Firebase project located at accounts.action-tokens.com.

From the Accounts project, we obtain the public key. For new users logging in for the first time, their Stellar account is automatically created. For subsequent logins, only their public key is retrieved.

Conclusion

The Stellar Login System with Facebook and Google integration represents an evolution in user authentication and access provision. By combining the convenience of widely-used account logins with the security and efficiency of blockchain technology, we are proud to offer a seamless experience for our users.

Reference

  1. https://firebase.google.com/docs/auth
  2. https://developers.stellar.org/docs/tutorials/create-account#create-a-keypair