-
-
Notifications
You must be signed in to change notification settings - Fork 601
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
Improve Builder interface methods #150
Comments
|
@Ocramius would |
|
allowed to as in "allowed to client A" |
Still lacks expressiveness... |
😭 |
@lcobucci ask the twitters? |
@Ocramius can you do it plz? |
|
or |
|
I find |
... that being said, here are my suggestions:
|
@nikolaposa but the original name |
@rdohms Concrete implementation tells me that the actual idea of how method should behave is different: https://github.com/lcobucci/jwt/blob/master/src/Token/Builder.php#L63 |
that's just bad naming then, i blame @lcobucci :D |
Thanks for the suggestions guys! The idea of the I'd say that |
@lcobucci "permission" is probably the closest to what the claim expresses (thanks for nothing, abbreviations, DUH.). I'd go with |
@Ocramius cool let's go with that then. Do you think we should rename |
As per @henriquemoody and @Ocramius reviews on #129 we can make things more clear.
So let's discuss here to find the best names for
with()
,canOnlyBeUsedBy()
and other method we would like to discuss about.The text was updated successfully, but these errors were encountered: