Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
hbldh authored Feb 10, 2021
1 parent 7c856f1 commit 6247338
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ See the `cryptography package's documentation for details <https://cryptography.
Usage
-----

`bankid.jsonclient.BankIDJSONClient` is the client to be used to
``BankIDJSONClient`` is the client to be used to
communicate with the BankID service. It uses the JSON API released in February 2018.

JSON client
Expand All @@ -72,7 +72,7 @@ Connection to production server is the default in the client. If test
server is desired, send in the ``test_server=True`` keyword in the init
of the client.

WHen using the JSON client, all authentication and signing calls requires
When using the JSON client, authentication and signing calls requires
the end user's ip address to be included in all calls. An authentication order
is initiated as such:

Expand All @@ -97,8 +97,8 @@ and a sign order is initiated in a similar fashion:
'orderRef': 'a9b791c3-459f-492b-bf61-23027876140b'
}
Since the `BankIDJSONClient` is using the BankID ``v5`` JSON API, the `personal_number` can now be omitted when calling
`authenticate` and `sign`. See `BankID Relying Party Guidelines <https://www.bankid.com/utvecklare/rp-info>`_
Since the ``BankIDJSONClient`` is using the BankID ``v5`` JSON API, the ``personal_number`` can now be omitted when calling
``authenticate`` and ``sign``. See `BankID Relying Party Guidelines <https://www.bankid.com/utvecklare/rp-info>`_
for more information about this.

The status of an order can then be studied by polling
Expand Down

0 comments on commit 6247338

Please sign in to comment.