SpoonX / aurelia-authentication

Authentication plugin for aurelia.
http://aurelia-authentication.spoonx.org
MIT License
90 stars 60 forks source link

Support for not needing new update tokens #374

Closed diegotroitino closed 6 years ago

diegotroitino commented 6 years ago

I'm using OppenIddict-core on server side. In the release 2.0.0.rc1 they _"went no longer issue a new refresh token when sending a grant_type=refreshtoken token request" by default.

There is an option to support the previous behavior, but in this issue @PinpointTownes explain why that's the new default.

Would be nice if aurelia-authentication could support that

RWOverdijk commented 6 years ago

Support the new default you mean? I'm open to PRs!

doktordirk commented 6 years ago

done