-
Notifications
You must be signed in to change notification settings - Fork 400
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
Integration with Satellizer #143
Conversation
# The first commit's message is: added screencasts link # The 2nd commit message will be skipped: # added favicon
Hello @shiruken1
and the login backend function looks like that
Good luck :) |
Thanks, @mechanicux! I see my coding abilities aren't half bad! 😄 The issue I'm running into is that the token stored in $localStorage is getting corrupted after some length. I've split them in 2 to highlight the difference.
I've submitted an issue to Satellizer. Here's to hoping someone knows what's going on 😦 |
My apologies for bombarding the PR. I don't know how to post on the Trello board |
Please compile the assets in production mode so that they are minified. |
Finally figured out what the heck is going on with Dingo PR ready. |
@jadjoubran Is there anything I should do to get this PR approved? It's working, so long as the domain is defined (I have it as localhost) |
Hi @shiruken1 Unfortunately there are a few issues in this PR. Here are some of them
|
Hey Jad! I definitely understand about including too many files to demo it, I was Do take a look at Satellizer's config file, though. There's definitely With regards to all the diffs, I can clean that up if needed. Let me know!
|
Hi @shiruken1 Cheers 😄 |
Hi @shiruken1 After upgrading to Laravel 5.2, an Let me know what you think |
I'll definitely take a look at it. Hopefully there's not much to upgrading to 5.2, in which case I'll jump into that right away! 😄 |
@jadjoubran Definitely a great idea! Just finished watching Jeffrey Way's video on make:auth and I love it! I won't be upgrading to 5.2 on my main project any time soon, since we're in overdrive at the moment, but would it be useful if I give it a shot in 5.1? I'm really stoked about the recipes idea! 😃 |
Hi @shiruken1 |
Oh, I guess I misunderstood what recipes actually do. But yeah, #151 sounds
|
Awesome 😄 Thanks for your contribution @shiruken1 🚀 |
Hello again! So I've been trying to get Satellizer to work nicely, but I'm hitting a stump and would love your guidance.
Would you mind taking a look at my front-end code and pointing me in the right direction? I can't seem to get Satellizer to even attempt a login.
Many thanks!
P.S: My apologies for the gajillion commits. I've been trying to squash them all into one, but I can't seem to figure it out :(