You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
# phpFrejaeid
1
+
# phpFreja
2
2
3
3
Simple PHP wrapper to talk to [Freja eID](https://frejaeid.com/en/developers-section/)[REST API](https://frejaeid.com/rest-api/Freja%20eID%20Relying%20Party%20Developers'%20Documentation.html) for use both in test and production enviroment.
4
4
5
-
- Supports validation of the JWS but requires external library for that part (thanks to [php-jws](https://github.com/Gamegos/php-jws).
5
+
- Supports validation of the JWS but requires external library for that part (thanks to [php-jws](https://github.com/Gamegos/php-jws)).
6
6
- Supports both directed and inferred authentication, for use with qr-code and app.
7
7
- Supports authentication and signature api but not the assertion service.
8
8
- Well behaved functions that do not throw (atleast not by design) but always return objects for simpler handling.
0 commit comments