app
app copied to clipboard
session support
hello @arthurwhite ,Consider adding session support to the Context?
Definitely! This will also reach my needs in the next weeks so it's on my TODO list.
Looking forward to!
Otherwise, JSON Web Tokens with dgrijalva/jwt-go could be a better alternative.
@arthurwhite Is JWT in the plan?
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.
@arthurwhite Thank you. The problem has been solved