LeafyCode / express-firebase-auth

Firebase authentication middleware for Express.
MIT License
13 stars 8 forks source link

Ability to pass the rest method with the ignored urls #5

Open THPubs opened 6 years ago

THPubs commented 6 years ago

Currently, the plugin only matches the URL and ignore them. What if we need to ignore GET requests but still authenticate POST requests for the same URL?