paulvanbladel / aurelia-auth

:key: Authentication plugin for aurelia
200 stars 74 forks source link

AuthorizeStep is not defined #172

Closed schmitty1970 closed 7 years ago

schmitty1970 commented 7 years ago

When I add, config.addPipelineStep('authorize', AuthorizeStep); to my router config I get the runtime error, AuthorizeStep is not defined. Where is AuthorizeStep defined and how can I configure it so I can use the auth filter?

schmitty1970 commented 7 years ago

Sorry, my bad. I found it and imported it. Works fine, please close this issue.