Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Spelling errors
  • Loading branch information
DSorlov committed May 2, 2020
1 parent 3ca464b commit 25c8edf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,8 +1,8 @@
# phpFrejaeid
# phpFreja

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.

- Supports validation of the JWS but requires external library for that part (thanks to [php-jws](https://github.com/Gamegos/php-jws).
- Supports validation of the JWS but requires external library for that part (thanks to [php-jws](https://github.com/Gamegos/php-jws)).
- Supports both directed and inferred authentication, for use with qr-code and app.
- Supports authentication and signature api but not the assertion service.
- Well behaved functions that do not throw (atleast not by design) but always return objects for simpler handling.
Expand Down

0 comments on commit 25c8edf

Please sign in to comment.