Closed AlekseySVTN closed 12 months ago
I want you to commit for each feature.
Since auth_jwt_locked_subs_list_file
and auth_jwt_revocation_kid_list_file
have similar functions, it is better to have similar names for the directives.
The target is sub or kid in the list that refuses authentication.
Sorry for the late answer, I was on vacation last week. Thank you for your review, I have tried to fix all your suggestions.
After all fixes, I have pushed updates with force flag. If it is a problem, please text me, we will resolve it.
Please, look at these fixes below.
please fix the code style
- 2 indent
- 80 columns
- line break at end of file ..
ex: style-diff.txt
I have applied your patch, thank you. If there are any other style-issues, please, say it, I will fix them too.
Since
auth_jwt_locked_subs_list_file
andauth_jwt_revocation_kid_list_file
have similar functions, it is better to have similar names for the directives.The target is sub or kid in the list that refuses authentication.
Fixed. They were renamed to:
I want you to commit for each feature.
- auth_jwt_locked_subs_list_file
- auth_jwt_revocation_kid_list_file
- auth_jwt_require_claim
- auth_jwt_require_header
If I correctly understand, you would like to see something like: one feature -> one commit in git line. If so - fixed. Commits:
merged 31bc9d70cea994188d010bab32fefb66e17298e6
Thanks.
INFO: https://github.com/kjdev/nginx-auth-jwt/issues/8