julianlam / nodebb-plugin-session-sharing

Allows login sessions from your app to persist in NodeBB
MIT License
88 stars 65 forks source link

allow api and authentication via authorization bearer #53

Closed mbbytes closed 6 years ago

mbbytes commented 6 years ago

We had a need to use this plugin with the api and so I did this little update to it in order to allow access to the api through the sharing plugin as well as allow authentication to occur via JWT in an Authorization Bearer header.