Skip to content

Commit

Permalink
Add new url for getting relations from api
Browse files Browse the repository at this point in the history
  • Loading branch information
natlibfi-kaisa committed Aug 13, 2024
1 parent e3e1ea5 commit f69fb9b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/ekirjasto_authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,10 @@ def _authentication_flow_document(self, _db: Session) -> dict[str, Any]:
"rel": "passkey_login_finish",
"href": f"{self._ekirjasto_api_url}/v1/auth/passkey/login/finish",
},
{
"rel": "relations",
"href": f"{self._ekirjasto_api_url}/v1/identities/patron/relations",
},
{
"rel": "passkey_register_start",
"href": self._create_circulation_url(
Expand Down

0 comments on commit f69fb9b

Please sign in to comment.