This repository was archived by the owner on Mar 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 117
[Epic] Auth 2.0.0 #513
Comments
ekryski
added a commit
that referenced
this issue
Jul 5, 2017
(unrelated, can delete if you want) is zenhub better than github projects? |
We only use github. |
This is a zenhub epic though? |
@ForsakenHarmony, not really any more. Some additional perks to Zenhub like velocity and sprint planning but we don't use those. I think we'll end up discussing moving to just using Github projects now that they are getting more robust. |
We've decided to move to Github projects instead. You can see the progress here: https://github.com/feathersjs/feathers-authentication/projects/1 |
ekryski
added a commit
that referenced
this issue
Oct 23, 2017
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
There are a couple things that didn't make it into the Auth 1.0 release that I would like to refactor and get in, as well as a couple bug fixes that are breaking changes.
This is a ZenHub Epic. You'll need the ZenHub plugin to see everything.
Proposal
I have a couple auth PRs up to fix bugs that are breaking changes. I have some other local code that would also be breaking changes so maybe it constitutes rolling them together into a new major pre-release. Specifically:
making oauth redirects use querystrings instead of cookiesjwt-refresh
strategyjwt
strategy from the before hooks onauthentication
. You shouldn’t be able to use a valid access token to get a new oneauthentication
service an actual service and moving the JWT generation to hooks. This allows you to provide a backing store to yourauthentication
service where you can blacklist/whitelist access/refresh tokens and store whatever fields you want alongside those tokens (ie. user, client id, ip, TTL, etc.)jwt.id
create a unique ID for each JWT generated so that it is easier to blacklist/whitelistThe text was updated successfully, but these errors were encountered: