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

Sentry support #4

Open
densoulew opened this issue Feb 19, 2015 · 2 comments
Open

Sentry support #4

densoulew opened this issue Feb 19, 2015 · 2 comments

Comments

@densoulew
Copy link

Hey there,

Is it possible to use the Sentry dependency (https://github.com/cartalyst/sentry/tree/2.1) along with Vanilla using Laravel-VanillaSSO ?

Great work by the way!

@densoulew
Copy link
Author

Nevermind, i just had to change the src/controllers/VanillaSSOController.php
from $user = Auth::getUser(); to $user = Sentry::getUser();

Also i had to change

$ClientID = Config::get("vanillasso.client_id");
$Secret = Config::get("vanillasso.secret");
to
$ClientID = Config::get("vanillasso::vanillasso.client_id");
$Secret = Config::get("vanillasso::vanillasso.secret");

@pdefreitas
Copy link
Owner

Feel free to commit that in the README file.

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

2 participants