Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.64 KB

CONTRIBUTING.md

File metadata and controls

32 lines (20 loc) · 1.64 KB

CONTRIBUTING

Finding Bugs and Typos

Suggestions on bugs and typos are highly welcome and appreciated. The README and other comments in the code were written relatively quickly, and there may be bugs in the system because it was not tested. I manually tested this for AuthorizationCode Grant Type, but other grant types are also given on MOIDC.

Creating Pull Requests

Pull requests are also welcome, even if they solve a small problem. Please, just make sure to detail what your changes fix.

Looking for Ways to Contribute?

Here are some external links that helped me come up with this code in the first place:

The next guides show were this code even comes from, thanks to Jared Hanson:

Understanding the codebases above (mainly the Google, Facebook, and Twitter ones) will tremendeously help understanding this codebase.

Test Cases

Adding more test cases would be a plus! All other passport strategies are 100% tested! This one is not :(.