pvarki / python-rasenmaeher-api

1 stars 0 forks source link

Fetch TILAUSPALVELU JWT public key from configured URI on start #90

Closed rambo closed 6 months ago

rambo commented 6 months ago

Defaults to well-known URI: @thejhh defines it here.

So that KRAFTWERK does not need to handle the passing of this public key around. Needed for TILAUSPALVELU to generate new admin login codes via REST API.

rambo commented 6 months ago

https://github.com/pvarki/fi.pvarki.tilauspalvelu/pull/13 implements the API parts on TILAUSPALVELU side.