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

session support #3

Open
xiake999 opened this issue Jun 26, 2017 · 6 comments
Open

session support #3

xiake999 opened this issue Jun 26, 2017 · 6 comments

Comments

@xiake999
Copy link

hello @ArthurWhite ,Consider adding session support to the Context?

@xthezealot
Copy link
Member

Definitely! This will also reach my needs in the next weeks so it's on my TODO list.

@xiake999
Copy link
Author

Looking forward to!

@xthezealot
Copy link
Member

xthezealot commented Jun 29, 2017

Otherwise, JSON Web Tokens with dgrijalva/jwt-go could be a better alternative.

@xiake999
Copy link
Author

xiake999 commented Jul 3, 2017

@ArthurWhite Is JWT in the plan?

@xthezealot
Copy link
Member

xthezealot commented Jul 3, 2017

Sorry but my previous statement was stupid... Using JWT just overcomplicates things here.

I've added gowww/encrypt which is now integrated in gowww/app.
So we already have AES-128 encrypted cookies. Complete session support is coming.

Is JWT in the plan?

No, dgrijalva/jwt-go does the job and its usage is too specific to integrate it in gowww/app.

@xiake999
Copy link
Author

xiake999 commented Jul 4, 2017

@ArthurWhite Thank you. The problem has been solved

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