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
02f9717e
Commit
02f9717e
authored
Jan 26, 2018
by
Ayke van Laethem
Browse files
Change API server port to 8088
See:
https://github.com/privacybydesign/irma_api_server/pull/11
parent
2a8ae22f
Changes
1
Hide whitespace changes
Inline
Side-by-side
irmaclient/session_test.go
View file @
02f9717e
...
...
@@ -194,7 +194,7 @@ func sessionHelper(t *testing.T, jwtcontents interface{}, url string, client *Cl
client
=
parseStorage
(
t
)
}
url
=
"http://localhost:808
1
/irma_api_server/api/v2/"
+
url
url
=
"http://localhost:808
8
/irma_api_server/api/v2/"
+
url
//url = "https://demo.irmacard.org/tomcat/irma_api_server/api/v2/" + url
headerbytes
,
err
:=
json
.
Marshal
(
&
map
[
string
]
string
{
"alg"
:
"none"
,
"typ"
:
"JWT"
})
...
...
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