Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance 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

Readme

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors