Skip to content

Helpers for testing OAuth2orize grants with the Chai assertion library.

License

Notifications You must be signed in to change notification settings

passport-next/chai-oauth2orize-grant

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chai-oauth2orize-grant

Version Build Quality Coverage Dependencies

Helpers for testing OAuth2orize grants with the Chai assertion library.

Install

$ npm install chai-oauth2orize-grant

Usage

Use Plugin

Use this plugin as you would all other Chai plugins:

var chai = require('chai');

chai.use(require('chai-oauth2orize-grant'));

Implement Test Cases

Once used, the chai.oauth2orize.grant helper function will be available to set up test cases for OAuth2orize grants.

License

The MIT License

Copyright (c) 2013-2017 Jared Hanson <http://jaredhanson.net/>

Sponsor

About

Helpers for testing OAuth2orize grants with the Chai assertion library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.4%
  • Makefile 1.6%