Changes between Initial Version and Version 1 of Ticket #965, comment 4
- Timestamp:
- 12/20/17 20:23:12 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #965, comment 4
initial v1 4 4 client connects for the first time using login/password --> client is assigned auth-token --> client uses login/token 5 5 6 it is good until server is restarted. after server restart token is not valid, but client does have password. if token auth is failed, why not to try password right after ? 6 it is good until server is restarted. after server restart token is not valid, but client does have password. if token auth is failed, why not to try password right after ? (also, I beleive that passing login/token to auth.sh is a bad design, it should not get that far) 7 7 8 8 I'll play with all suggested options a bit later