Skip to content

Commit

Permalink
logo for issuer credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
endimion committed Jun 6, 2024
1 parent ef704c6 commit 1cb5d25
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 6 deletions.
36 changes: 31 additions & 5 deletions data/issuer-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,12 @@
"name": "PID",
"locale": "en-GB",
"background_color": "#12107c",
"text_color": "#FFFFFF"
"text_color": "#FFFFFF",
"logo":{
"url":"https://studyingreece.edu.gr/wp-content/uploads/2023/03/25.png",
"alt_text":"UAegean"

}
}
],
"credential_definition": {
Expand Down Expand Up @@ -191,7 +196,13 @@
"name": "ePassportCredential",
"locale": "en-GB",
"background_color": "#12107c",
"text_color": "#FFFFFF"
"text_color": "#FFFFFF",
"logo":{
"url":"https://studyingreece.edu.gr/wp-content/uploads/2023/03/25.png",
"alt_text":"UAegean"

}

}
],
"credential_definition": {
Expand Down Expand Up @@ -701,7 +712,12 @@
"name": "EducationalID",
"locale": "en-GB",
"background_color": "#12107c",
"text_color": "#FFFFFF"
"text_color": "#FFFFFF",
"logo":{
"url":"https://studyingreece.edu.gr/wp-content/uploads/2023/03/25.png",
"alt_text":"UAegean"

}
}
],
"credential_definition": {
Expand Down Expand Up @@ -840,7 +856,12 @@
"name": "AllianceIDCredential",
"locale": "en-GB",
"background_color": "#12107c",
"text_color": "#FFFFFF"
"text_color": "#FFFFFF",
"logo":{
"url":"https://studyingreece.edu.gr/wp-content/uploads/2023/03/25.png",
"alt_text":"UAegean"

}
}
],
"credential_definition": {
Expand Down Expand Up @@ -893,7 +914,12 @@
"name": "Ferry Boarding Pass",
"locale": "en-GB",
"background_color": "#12107c",
"text_color": "#FFFFFF"
"text_color": "#FFFFFF",
"logo":{
"url":"https://studyingreece.edu.gr/wp-content/uploads/2023/03/25.png",
"alt_text":"UAegean"

}
}
],
"credential_definition": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "SERVER_URL=https://4188-2a02-587-871c-8800-b93d-7a0e-92dc-f152.ngrok-free.app node server.js"
"dev": "SERVER_URL=https://e4cd-2a02-587-871c-8800-407e-b47f-6012-470b.ngrok-free.app node server.js"
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit 1cb5d25

Please sign in to comment.