You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SQRL server must set the TIFCurrentIDMatch and TIFPreviousIDMatch flags if the current identity or previous identities are known. Unfortunately the spec isn't very clear on what it means to be "known", is that after the first successful query transaction? Is it after the first completed ident / successful login?
Will need to clarify this and document in the ssp.Store.GetIsKnown(ctx, id) method so that implementors of the ssp.Store interface are given guidance on when this method should return true.
The text was updated successfully, but these errors were encountered:
The SQRL server must set the
TIFCurrentIDMatch
andTIFPreviousIDMatch
flags if the current identity or previous identities are known. Unfortunately the spec isn't very clear on what it means to be "known", is that after the first successful query transaction? Is it after the first completed ident / successful login?Will need to clarify this and document in the
ssp.Store.GetIsKnown(ctx, id)
method so that implementors of thessp.Store
interface are given guidance on when this method should return true.The text was updated successfully, but these errors were encountered: