CenterForDigitalHumanities / rerum_server

Java web service for a RERUM compliant digital object repository
http://rerum.io
Other
7 stars 2 forks source link

Cannot get Agent from Token #241

Open thehabes opened 2 years ago

thehabes commented 2 years ago

The claim key has changed, the code needs to be updated to accommodate that. See Constant.java. Also see ObjectAction.verifyAccess(). generatorID will need to be set successfully for existing non-expired keys as well as new keys, unless we expire all tokens manually.