-
Notifications
You must be signed in to change notification settings - Fork 3
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
Comments
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.
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 |
hello @ArthurWhite ,Consider adding session support to the Context?
The text was updated successfully, but these errors were encountered: