IdentityServer / IdentityServer3.EntityFramework

EntityFramework persistence layer for IdentityServer3
Apache License 2.0
68 stars 97 forks source link

RefreshTokenStore does not save updated JsonCode #94

Closed samikoivupalo closed 8 years ago

samikoivupalo commented 8 years ago

When refresh token is updated, JsonCode needs to be updated too, because it contains LifeTime property that can be extended.

brockallen commented 8 years ago

Ok, I'll have a look when I can. Thx.

philipbjorge commented 8 years ago

@brockallen or @samikoivupalo -- Can you expand on this bug report? I'm currently using this project for a reference implementation and would like to avoid a known bug...

brockallen commented 8 years ago

Yep, thanks for the nudge...

brockallen commented 8 years ago

Is this (https://github.com/IdentityServer/IdentityServer3.EntityFramework/commit/f0eb1095ff9aad33c7333f752cc99c88bdf3efdb) the change you're expecting @samikoivupalo?

samikoivupalo commented 8 years ago

Yes. That worked for me. Thanks.

brockallen commented 8 years ago

2.4.2 NuGet pushed with the fix