cpjk / canary

:hatching_chick: Elixir authorization and resource-loading library for Plug applications.
MIT License
474 stars 51 forks source link

Channels example? #53

Closed niccolox closed 7 years ago

niccolox commented 8 years ago

hi

does Canary support Channels?

would it be possible to have an example in the plug test file?

I asked this on Canada and its apparently possible https://github.com/jarednorman/canada/issues/14

cpjk commented 7 years ago

I haven't tested canary with channels yet. Canary is mostly intended for simple CRUD applications. If you want to do anything more advanced, I would suggest implementing your own plug-based authorization.

I'm interested to hear if it is possible though!

niccolox commented 7 years ago

tx