ForbesLindesay / connect-roles

Provides dynamic roles based authorisation for node.js connect and express servers.
749 stars 62 forks source link

can you give a full example on express with passport #30

Closed firstsko closed 10 years ago

firstsko commented 10 years ago

can you give a full example on express with passport,

no example ......

beshur commented 10 years ago

You can try it with this example https://github.com/jaredhanson/oauth2orize/tree/master/examples/express2

ForbesLindesay commented 10 years ago

Just use the example under "Usage" in the readme, and combine it with one of the passport examples.