Skip to content
GitLab
Menu
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
3ca0691f
Unverified
Commit
3ca0691f
authored
Jan 29, 2018
by
Sietse Ringers
Committed by
GitHub
Jan 29, 2018
Browse files
Merge pull request #8 from privacybydesign/aykevl-api-server-port
Change API server port to 8088
parents
2a8ae22f
02f9717e
Changes
1
Hide whitespace changes
Inline
Side-by-side
irmaclient/session_test.go
View file @
3ca0691f
...
...
@@ -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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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