Changes between Initial Version and Version 1 of Ticket #965, comment 4


Ignore:
Timestamp:
12/20/17 20:23:12 (6 years ago)
Author:
chipitsine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #965, comment 4

    initial v1  
    44client connects for the first time using login/password --> client is assigned auth-token --> client uses login/token
    55
    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 ?
     6it 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)
    77
    88I'll play with all suggested options a bit later