auth0 / angular-lock

MIT License
18 stars 15 forks source link

Feature: Add the ability to pass in config options to the Auth0 instantiation #5

Closed wootencl closed 8 years ago

wootencl commented 8 years ago

Currently the options supplied via the lockProvider config are passed into the Auth0Lock instantiation, which makes sense. Though I was curious if you would be opposed to passing things into the Auth0 instantiation? Currently I have a situation where it would be really nice to be able to pass in a callbackURL. I can create a PR if this is something that would be of interest.