Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small Bug fixes and Refactors to extend functionality #7

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

RaviTmg
Copy link

@RaviTmg RaviTmg commented Sep 30, 2022

This PR makes the following changes

  • Show Error log only when debug is true
  • Refactor initialization routes function to smaller extendable functions
  • Add requiredRefreshPostParams
  • Add bodyparser.json()
  • Fix authenticatedRoute.post()
  • Fix code check in validateResponseType() since token is not supported

@@ -1,9 +1,9 @@
/* eslint-env meteor */
Package.describe({
name: 'leaonline:oauth2-server',
version: '4.2.1',
name: 'tmgrawv:oauth2-server',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do not change the package namespace.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants