You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package, and specifically the class in question is 8 years old! A lot has changed since then.
I would be happy to review and accept a pull request that smooths this out.
Ideally, the Authorization class is updated with a setSessionHandler(SessionHandlerInterface $sessionHandler) method so you could provide your own session manager that implements the stock PHP interface. Then the class could be updated to use that object and set a default handler upon instantiation.
If that sounds like something you're up for, I am happy to include.
After setting personal auth, it tries to get this key through the session?
I use Laravel 10 that has it's session management. If I add a middleware to start a session, this still won't work as it doesn't set it properly.
Any other way to still achieve this?
The text was updated successfully, but these errors were encountered: