Skip to content

RequestFinance/demo-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Request Finance API Demo

This repository shows the basics to integrate the Request Finance API. It provides two examples, one with Express, another one with NextJS.

Getting Started

Create a Request Finance account

If you don't have an account yet, go to https://app.request.finance/signup?redirect=/account/apps. Go to https://app.request.finance/account/apps and create an application.

For both Redirect and Logout URLs, set:

OAuth Configuration

You need to implement an Authorization Code Flow.

URL: https://auth.request.finance
Audience: accounts
Scope: openid profile email # and optionally, offline_access

The /authorize will enable you to get a code for your user, that you can convert to a token using the /oauth/token endpoint

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published