app icon indicating copy to clipboard operation
app copied to clipboard

session support

Open xiake999 opened this issue 7 years ago • 6 comments

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

xiake999 avatar Jun 26 '17 10:06 xiake999

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

xthezealot avatar Jun 27 '17 17:06 xthezealot

Looking forward to!

xiake999 avatar Jun 29 '17 01:06 xiake999

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

xthezealot avatar Jun 29 '17 16:06 xthezealot

@arthurwhite Is JWT in the plan?

xiake999 avatar Jul 03 '17 13:07 xiake999

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.

xthezealot avatar Jul 03 '17 16:07 xthezealot

@arthurwhite Thank you. The problem has been solved

xiake999 avatar Jul 04 '17 00:07 xiake999