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
irma_idin_webclient
Commits
d7b3316c
Commit
d7b3316c
authored
May 04, 2017
by
Fabian van den Broek
Browse files
changes Je to U(w) and correct credentwqial decode
parent
02365718
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/done.html
View file @
d7b3316c
...
...
@@ -31,13 +31,13 @@
<div
id=
"alert_box"
></div>
<p>
Gefeliciteerd!
Je
attributen zijn successvol in
je
IRMA app geladen.
Gefeliciteerd!
Uw
attributen zijn successvol in
uw
IRMA app geladen.
Daar zijn ze nu zichtbaar.
</p>
<p>
Je
kunt ze nu gebruiken op iedere website die deze attributen accepteert.
<br/>
Als
je
direct een van
je
nieuwe attributen wilt testen, druk dan op de onderstaande knop.
U
kunt ze nu gebruiken op iedere website die deze attributen accepteert.
<br/>
Als
u
direct een van
uw
nieuwe attributen wilt testen, druk dan op de onderstaande knop.
</p>
<button
id=
"verify_idin_bd_btn"
class=
"btn btn-primary"
>
Test Attribuut
</button>
...
...
src/js/iDIN-verify.js
View file @
d7b3316c
...
...
@@ -2,7 +2,7 @@ $(function() {
var
success_fun
=
function
(
data
)
{
$
(
"
#result_status
"
).
html
(
"
Succes!
"
);
$
(
"
#result_header
"
).
html
(
"
Resultaat
"
);
var
bd
=
jwt_decode
(
data
).
attributes
[
"
pbdf.pbdf.idin
Data
.date
OfB
irth
"
];
var
bd
=
jwt_decode
(
data
).
attributes
[
"
pbdf.pbdf.idin.date
ofb
irth
"
];
$
(
"
#token-content
"
).
html
(
"
<b>Uw geboortedatum is:</b>
"
+
bd
);
//TODO: check voor verjaardag
}
...
...
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