Skip to content

This GitHub repository lets you use Login with ZBD on your ZEBEDEE app without any problems.

Notifications You must be signed in to change notification settings

JoseMoranUrena523/login-with-zbd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Login with ZEBEDEE - Express Example App

The ZEBEDEE App is a Bitcoin/Lightning gaming wallet focused on user experience. It interfaces with the ZEBEDEE Internal APIs to make charges/requests/payments/withdrawals. The app is available for iOS and Android.

You can provide your users Login with ZEBEDEE by contacting André Neves on Twitter at @andreneves to gain access to the Developer Dashboard, creating an application in the Developer Dashboard, and setting up OAuth2. Set the redirect URL and obtain the client ID and secret.

Source code

This is a simple Express project with everything at index.js.

Setting up your own environment variables

To try authenticating with ZEBEDEE, create environment variables on your hosting site with the following names:

  • ZEBEDEE_CLIENT_ID
  • ZEBEDEE_CLIENT_SECRET
  • HOST_URI

Note: HOST_URI should be like "https://example.com", without the slash at the end of the URL or you will get errors.

Running the app

Before starting make sure you have Node.js version ^16.

  • Install dependencies: npm i
  • Start the project: npm start

Troubleshooting and Support

If you encounter any issues when setting up the environment variables, please reach out to me on Discord at “Coffee L. Arkoburger#5667”. I will be happy to assist you further. =)

Disclaimer

This repository and its contents were created by Jose Moran Urena, a former developer of ZEBEDEE LLC. The contents of this repository are the sole responsibility of Jose Moran Urena and do not necessarily reflect the views or policies of ZEBEDEE LLC.

About

This GitHub repository lets you use Login with ZBD on your ZEBEDEE app without any problems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published