dsdenes / hapi-auth-firebase

Hapi authentication plugin to verify JWT token provided by the firebase client library.
9 stars 4 forks source link

Fix scheme name in README, add route example #1

Closed theefer closed 7 years ago

theefer commented 7 years ago

IIUC the scheme name in the README example should match the registered scheme in the plugin, but wasn't.

Also added a dummy route example to show how to retrieve the credentials information.

dsdenes commented 7 years ago

Thank you for contributing!