abhishektiwari / axioms-express-js

Axioms Javascript client for Express. Secure your Express APIs using Axioms authentication and authorization.

Home Page:https://developer.axioms.io/docs/sdks-samples/use-with-apis/nodejs/express-apis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

express-js npm

express-js is a Javascript SDK for Express.js. Secure your Express.js APIs using Axioms authentication and authorization.

Prerequisite

  • Node.js 9.0.0+
  • An Axioms client which can obtain access token after user's authentication and authorization and include obtained access token as bearer in Authorization header of all API request sent to Node/Express application server.

Install SDK

Install express-js SDK to your project.

npm i @axioms/express-js

Documentation

See documentation for express-apis.

Express Sample

To see a complete working example download Express sample from our Github repository or simply deploy to Heroku by clicking following button. You will need to provide Axioms domain and Axioms audience to complete deployment.

Deploy

About

Axioms Javascript client for Express. Secure your Express APIs using Axioms authentication and authorization.

https://developer.axioms.io/docs/sdks-samples/use-with-apis/nodejs/express-apis

License:MIT License


Languages

Language:JavaScript 100.0%