-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example using VueJS #138
Example using VueJS #138
Conversation
Working demo with and without popups. Minor tweaks.
rock and roll 🎼! it looks like this even resolves #100. |
Aside from #11, #100 was in my mind when I was creating this. This type of implementation would require some form of routing framework to work, though. I'm not entirely sure how to pass a session through a redirect like you mentioned. Perhaps a localStorage implementation? I can mess around with that a bit and see what I find. |
@patrickarlt Thanks for the feedback on #140, everything makes sense 👍 I'll spend some time in the next couple of days updating this with both your's and @jgravois 's input on this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i agree. thanks for both your contributions and for commenting your code so thoroughly! |
Wanted to get my feet wet with this lib and thought it would be helpful to contribute in the process. This is a VueJS app that uses the authentication and request packages.
Initial template created with webpack-simple then added on the vue-router plugin to handle the authentication callbacks.