You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a feature-adding pr. Since it seems fine, I just added it in pr Supported custom validateRedirectUri() #97. The code is slightly changed w.r.t. original pr (just a little cleaner imho).
The original pr is fine w.r.t. the RFC6749 Section 6. I believe the missing part is to ensure the passed scope does not contains non-validated scopes, and this missing check could lead to potential security risks. So I suggest to implement a check to ensure the passed request scope object is a "subset" of validated scopes (or, as alternative, a method which removes invalid scopes).
The pr is right, w.r.t. the rest of the code base. So it is is just a little improvement, to make the model.revokeToken() method implementation optional. So the pr could be accepted, even if it is not strictly useful (it is possible to implement the method with an empty body, or maybe with a default implementation inside a "model" base class). Therefore I am not proposing a pr for this.
Pr proposed: Fixed misssing return statement in doc #98. This is a simple "doc" improvement. The original pr states that is for clarity, but it is not: the doc examples are actually bugged, so this pr is required.
The pr does not looks correct. Checking also the v5-dev branch, the client object seems to have a id member, and not a clientId member. Written into the original pr to have feedback.
The original pr just upgrades the doc, according with the original dev branch. Even if the pr seems not strictly useful right now, it shows that the original dev branch could contain some interesting improvements, worth to merge in this code base. To be further analyzed.
The original pr question is correct. But I am wondering whether the proposed code is fine. In fact I am not 100% sure about the getRedirectUri() method implementation. Probably, just removing || client.redirectUris[0] will fix all the issues. But I am not completely sure about this: I do not know the standard and the code so well...
Hi,
this is a list of original project pr still open, to be analyzed and possibly integrated in this code base.
scopedoes not contains non-validated scopes, and this missing check could lead to potential security risks. So I suggest to implement a check to ensure the passed request scope object is a "subset" of validated scopes (or, as alternative, a method which removes invalid scopes).model.revokeToken()method implementation optional. So the pr could be accepted, even if it is not strictly useful (it is possible to implement the method with an empty body, or maybe with a default implementation inside a "model" base class). Therefore I am not proposing a pr for this.v5-dev(typescript). Probably no more useful.v5-dev, and claims it is already fixed in other branches. So it is useless.v5-devbranch, the client object seems to have aidmember, and not aclientIdmember. Written into the original pr to have feedback.devbranch. Even if the pr seems not strictly useful right now, it shows that the originaldevbranch could contain some interesting improvements, worth to merge in this code base. To be further analyzed.v5-dev(typescript). Probably no more useful.getRedirectUri()method implementation. Probably, just removing|| client.redirectUris[0]will fix all the issues. But I am not completely sure about this: I do not know the standard and the code so well...The list will be upgraded to track the ongoing process of integrating the pr's.
Regards.