Skip to content

highmobility/oauth-server-to-server-api-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

H-M OAuth Server-to-Server API

The OAuth API allows you to create and manage your resources from your own cloud infrastructure.

Once the administrator of your organisation creates an API key, our system generates a cryptographic key-pair according to the JSON Web Token (JWT) standard.

Short overview of the steps:

  • Include the key-pair information in your back-end system. You can use your preferred JWT library.
  • Create an auth token per example below.
  • Use auth token for all endpoints.

You can find sample codes for python and nodejs in this repository.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published