-
Notifications
You must be signed in to change notification settings - Fork 3
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
Cms that you use #9
Comments
I'm using my own CMS. Basically, it's using its own domain name and cookies to set up its own session so care must be taken when creating Kutr's JWT Token. |
i tried to integrate with a laravel cms wich works with Sentinel. Then i call Sentinel:
Then bootstrap:
about checking the session, i don't know how to do it, maybe a simple:
Then i get the current user username:
I set the secret key. But when i visit mycmsdomain.com/cms_login.php , i just get a blank page. |
What is the page you're landing on when login on your CMS ? From what you've written above,
For debugging purpose, you can add a |
Can we know what cms do you use?
I want to test your kutr integration.
Thank you
The text was updated successfully, but these errors were encountered: