-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor JWT Drivers to Laravel's provided Managers #73
Comments
We should keep both because the alg encrypt, in fact as per what I was reading (I'm having some JWS issues here in my job) this is something related to the RFC 7577 and 7575. If I understood clearly the RFC. |
I think there is some kind of misunderstandment 😅. I'm not talking about removing any features, I'm talking about internal code refactoring, that will not only use existing and provided solutions, but also allow end-users etend library entirely inside their projects more easily |
Sorry for my misunderstanding my friend hahahhaha Anyway sounds good, but for this enhancement I believe will be quite harder since the project if looks deeply it works very attached the things between each other, so I believe if we're going forward with that let's split into small parts to keep tests/project running (mainly for us that we already have it working in our production projects/jobs). |
@mfn / @eschricker can we close this one? |
I have looked at the articles mentioned in the documentation. In my opinion, we should leave this open. From my point of view, this looks like a very useful revision. |
So basically we have to choose on of the drivers and follow up with them right? |
I think this issue makes sense and should be kept open, I've a few comments but I'm not 110% sure the apply to a possible solution to this:
Just some ideas :-} |
Subject of the issue
Right now multiple drivers for JWT (
lcobucci/jwt
andnamshi/jose
), Auth and Storage uses some custom hacky solution (1, 2, when Laravel provides special solution for that (1, 2, that is better suited and already used within Laravel itselfThe text was updated successfully, but these errors were encountered: