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
33fe0e30
Commit
33fe0e30
authored
Oct 22, 2019
by
Ivar Derksen
Browse files
Undo automatically added format spaces
parent
29096688
Changes
1
Hide whitespace changes
Inline
Side-by-side
internal/sessiontest/server_test.go
View file @
33fe0e30
...
...
@@ -87,7 +87,7 @@ var IrmaServerConfiguration = &requestorserver.Configuration{
IssuerPrivateKeysPath
:
filepath
.
Join
(
testdata
,
"privatekeys"
),
},
DisableRequestorAuthentication
:
true
,
Port
:
48682
,
Port
:
48682
,
}
var
JwtServerConfiguration
=
&
requestorserver
.
Configuration
{
...
...
@@ -97,9 +97,9 @@ var JwtServerConfiguration = &requestorserver.Configuration{
SchemesPath
:
filepath
.
Join
(
testdata
,
"irma_configuration"
),
IssuerPrivateKeysPath
:
filepath
.
Join
(
testdata
,
"privatekeys"
),
},
Port
:
48682
,
Port
:
48682
,
DisableRequestorAuthentication
:
false
,
MaxRequestAge
:
3
,
MaxRequestAge
:
3
,
Permissions
:
requestorserver
.
Permissions
{
Disclosing
:
[]
string
{
"*"
},
Signing
:
[]
string
{
"*"
},
...
...
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