foundersandcoders / open-tourism-platform

An open platform to facilitate the creation of apps to promote local tourism and business in Nazareth
MIT License
17 stars 3 forks source link

oauth authorize authenticate handler #115

Closed mattlub closed 7 years ago

mattlub commented 7 years ago

This dummy function needs to be implemented. It takes a request, and returns a user (if signed in) or null.

https://github.com/foundersandcoders/open-tourism-platform/blob/master/src/controllers/oauth.js#L35-L37

m4v15 commented 7 years ago

addressed in this commit

mattlub commented 7 years ago

closing as was addressed in #95