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

What would it take to make it so that sessions using that standard Catalyst Plugins for sessions and authentication is shared over $psgi_env #55

Open
jjn1056 opened this issue Sep 15, 2014 · 1 comment
Labels
Milestone

Comments

@jjn1056
Copy link
Member

jjn1056 commented Sep 15, 2014

for session there is a standard plack middleware, but not sure if the same exists for authentication (or if this even makes sense).

The gist here is that if Catalyst Six runs as a sub application under an existing Cat 5 application, we'd want to be able to share down at least sessions and possible authentication so we need I think somehow to expose those bits either as middleware or via some other technique. This is a research story to think about that and work out the approach and outline any tasks we should be prior to catalyst 6

@jjn1056 jjn1056 added this to the holland milestone Sep 15, 2014
@jjn1056 jjn1056 modified the milestones: australorp, holland Jan 8, 2015
@jjn1056
Copy link
Member Author

jjn1056 commented Jan 8, 2015

a good goal here is that if you nest a catalyst app under another one, and the parent defines session and authentication info, the child app should be able to easily hook into that

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

No branches or pull requests

1 participant