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

Injectable middleware #1

Closed
wants to merge 5 commits into from

Conversation

raman-nbg
Copy link

Added an abstract class BaseMiddleware to create middleware classes which can be injected.

Description

The implementation is the same as in inversify-express-utils

Motivation and Context

This will be used to provide a central logger and auth handler as middleware.

How Has This Been Tested?

Unit Tests

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@raman-nbg raman-nbg closed this Jan 31, 2018
@raman-nbg raman-nbg deleted the base-middleware branch January 31, 2018 20:07
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.

1 participant