Skip to content

This example shows the Authorization Code Flow with the Bexio API in Node.js and Express.js

Notifications You must be signed in to change notification settings

bitsmuggler/bexio-authorization-code-flow-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bexio Authorization Code Flow Example in Node.js / Express.js

This example shows the Authorization Code Flow with the Bexio API in Node.js and Express.js

Documentation: https://docs.bexio.com/#section/Authentication/Authorization-Code-Flow

Prerequisites

Configuration

To make the example executable, the following environment variables must be filled in a .env file:

  • CLIENT_ID of the registered Bexio App
  • CLIENT_SECRET of the registered Bexio App
  • Configured REDIRECT_URL of the registered Bexio App

Run the example

  1. Start the example with node index.js
  2. Open the Browser and request http://localhost:3000

About

This example shows the Authorization Code Flow with the Bexio API in Node.js and Express.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published