Skip to content
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

Create tutorial for Laravel passport implementation #22

Open
bkintanar opened this issue Jun 21, 2018 · 2 comments
Open

Create tutorial for Laravel passport implementation #22

bkintanar opened this issue Jun 21, 2018 · 2 comments

Comments

@bkintanar
Copy link
Member

Moved from tenancy/multi-tenant#348

I'd like to see a practical step by step tutorial how you can implement Laravel passport like this:

  • all tenant websites of one customer can authenticate via one specific tenant website
    This requires you to replace the customer model and register the passport server url.

A tutorial of good quality can expect a months patron donations to be paid in return. Contact me on chat for details.

@sadnub
Copy link

sadnub commented Sep 10, 2018

I was finally able to get Passport working with Tenancy. I wrote this up

https://medium.com/@sadnub/hyn-tenancy-5-2-and-laravel-passport-a0d11c5a08eb

and my example repo is here
https://github.com/sadnub/laravel-tenancy-passport-demo

@juhasev
Copy link
Contributor

juhasev commented Jan 11, 2020

This would be great! I've literally spent 8 hours trying to get basics to work. Also found the article mentioned by @sadnub but still no luck. All what I get is "The authorization grant type is not supported by the authorization server"

Of course versions of everything has changed since the article was written. Chasing that missing comma somewhere....!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants