Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IRMA
Github mirrors
irmago
Commits
36157819
Commit
36157819
authored
Feb 20, 2019
by
Sietse Ringers
Browse files
Add missing continue in keyshare server jwt validation
parent
81ca5240
Changes
1
Hide whitespace changes
Inline
Side-by-side
irmaclient/keyshare.go
View file @
36157819
...
@@ -210,6 +210,7 @@ func startKeyshareSession(
...
@@ -210,6 +210,7 @@ func startKeyshareSession(
irma
.
Logger
.
Info
(
"Keyshare server token invalid, asking for PIN"
)
irma
.
Logger
.
Info
(
"Keyshare server token invalid, asking for PIN"
)
irma
.
Logger
.
Debug
(
"Token: "
,
ks
.
keyshareServer
.
token
)
irma
.
Logger
.
Debug
(
"Token: "
,
ks
.
keyshareServer
.
token
)
ks
.
pinCheck
=
true
ks
.
pinCheck
=
true
continue
}
}
// Add a minute of leeway for possible clockdrift with the server,
// Add a minute of leeway for possible clockdrift with the server,
// and for the rest of the protocol to take place with this token
// and for the rest of the protocol to take place with this token
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment