anarthal / servertech-chat

Chat app using Boost and C++
https://anarthal.github.io/servertech-chat/
Boost Software License 1.0
15 stars 3 forks source link

Login #14

Closed anarthal closed 1 year ago

anarthal commented 1 year ago

With email and password.

Suggestion: use a session cookie at least 128bit long, stored in Redis, valid for 7 days.

anarthal commented 1 year ago

This is being implemented as part of #13