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
Session Bridge #159
Comments
|
+1 storage providers with external deps should be moved to external repos |
|
so will you be making a repo, probably naming oauth-session-adapter or something. I think adapter is the right word to use. ( So does SF2 move to the bridge, and we can add suggest to all and require-dev ) Thoughts? |
|
I think this has been been previously discussed regarding a pull request for a laravel session adapter. Personally I think pull requests to update the readme that links to your framework specific session adapter would be better.
|
|
@thomaswelton that is why I mentioned add them in suggest 👍 . |
|
@Lusitanian would be nice if the symfony can create a bundle for the session management with http foundation. Else we are forcing people to download symfony http-foundation just for nothing as composer installs require-dev always in development mode. I have a limited bandwidth, and takes more time. Not because of any hatred for them. |
I have created how we can use with http://github.com/auraphp/Aura.Session .
But looking at I feel the sessions can be on a separate bridge so all need not be downloaded.
Eg: May be someone feel to use with Slim, Li3, ZF2 the dependencies list will go on.
Do you think it will be good to have a SessionBridge repo where the people can add more bridges that can be used with this library ?
It sounds a good idea for I am coming from an aura background.
Thank you
The text was updated successfully, but these errors were encountered: