-
Notifications
You must be signed in to change notification settings - Fork 132
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
feat: JWT Authenticator #195
Commits on Apr 18, 2023
-
All users do not use JWT, so I install as dev package.
Configuration menu - View commit details
-
Copy full SHA for 7716ee0 - Browse repository at this point
Copy the full SHA 7716ee0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ec8cc7 - Browse repository at this point
Copy the full SHA 9ec8cc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c8bdc7 - Browse repository at this point
Copy the full SHA 0c8bdc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a95425 - Browse repository at this point
Copy the full SHA 7a95425View commit details -
Co-authored-by: MGatner <mgatner@icloud.com>
Configuration menu - View commit details
-
Copy full SHA for 3ce9ed9 - Browse repository at this point
Copy the full SHA 3ce9ed9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62404b5 - Browse repository at this point
Copy the full SHA 62404b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for adbc5e5 - Browse repository at this point
Copy the full SHA adbc5e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99f71d5 - Browse repository at this point
Copy the full SHA 99f71d5View commit details -
$loginModel is confusing with LoginModel.
Configuration menu - View commit details
-
Copy full SHA for 62355e6 - Browse repository at this point
Copy the full SHA 62355e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79b9be3 - Browse repository at this point
Copy the full SHA 79b9be3View commit details -
feat: add JWTGenerator::generate()
General purpose JWT generate() method.
Configuration menu - View commit details
-
Copy full SHA for 55255cc - Browse repository at this point
Copy the full SHA 55255ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39c3cd4 - Browse repository at this point
Copy the full SHA 39c3cd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f23f51f - Browse repository at this point
Copy the full SHA f23f51fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0d52ed - Browse repository at this point
Copy the full SHA d0d52edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bd81ca - Browse repository at this point
Copy the full SHA 1bd81caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dd31e4 - Browse repository at this point
Copy the full SHA 1dd31e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for dab58b6 - Browse repository at this point
Copy the full SHA dab58b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ded0ae7 - Browse repository at this point
Copy the full SHA ded0ae7View commit details -
Configuration menu - View commit details
-
Copy full SHA for da7f887 - Browse repository at this point
Copy the full SHA da7f887View commit details -
Configuration menu - View commit details
-
Copy full SHA for 965df73 - Browse repository at this point
Copy the full SHA 965df73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02a17bf - Browse repository at this point
Copy the full SHA 02a17bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a8278c - Browse repository at this point
Copy the full SHA 7a8278cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61228d6 - Browse repository at this point
Copy the full SHA 61228d6View commit details -
feat: you can configure whether to record login attempts
The default is record only failure login attempts.
Configuration menu - View commit details
-
Copy full SHA for adf04e3 - Browse repository at this point
Copy the full SHA adf04e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c3346c - Browse repository at this point
Copy the full SHA 9c3346cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a98936e - Browse repository at this point
Copy the full SHA a98936eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58f5e79 - Browse repository at this point
Copy the full SHA 58f5e79View commit details -
config: remove "aud" in $claims
"aud" is optional, and may not be a common value. https://www.rfc-editor.org/rfc/rfc7519#section-4.1.3
Configuration menu - View commit details
-
Copy full SHA for 1257532 - Browse repository at this point
Copy the full SHA 1257532View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e3eb43 - Browse repository at this point
Copy the full SHA 5e3eb43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2230319 - Browse repository at this point
Copy the full SHA 2230319View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0575a53 - Browse repository at this point
Copy the full SHA 0575a53View commit details -
feat: change $claims to $defaultClaims, and all generated JWTs have t…
…he value in payload
Configuration menu - View commit details
-
Copy full SHA for a85374d - Browse repository at this point
Copy the full SHA a85374dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b828d7 - Browse repository at this point
Copy the full SHA 5b828d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3849c6f - Browse repository at this point
Copy the full SHA 3849c6fView commit details -
feat: change JWTGenerator::generate() signature
It sets "kid" in headers if it is set in the Config. It can also set additional header items.
Configuration menu - View commit details
-
Copy full SHA for ac23566 - Browse repository at this point
Copy the full SHA ac23566View commit details -
Configuration menu - View commit details
-
Copy full SHA for dde79d8 - Browse repository at this point
Copy the full SHA dde79d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a66123c - Browse repository at this point
Copy the full SHA a66123cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91b14ff - Browse repository at this point
Copy the full SHA 91b14ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6e3ac7 - Browse repository at this point
Copy the full SHA a6e3ac7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d1b334 - Browse repository at this point
Copy the full SHA 3d1b334View commit details -
Configuration menu - View commit details
-
Copy full SHA for fce67b7 - Browse repository at this point
Copy the full SHA fce67b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c58ac36 - Browse repository at this point
Copy the full SHA c58ac36View commit details -
Configuration menu - View commit details
-
Copy full SHA for a37ef77 - Browse repository at this point
Copy the full SHA a37ef77View commit details -
Configuration menu - View commit details
-
Copy full SHA for af50ece - Browse repository at this point
Copy the full SHA af50eceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73a1d4d - Browse repository at this point
Copy the full SHA 73a1d4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a93f254 - Browse repository at this point
Copy the full SHA a93f254View commit details -
Configuration menu - View commit details
-
Copy full SHA for c041d85 - Browse repository at this point
Copy the full SHA c041d85View commit details -
Configuration menu - View commit details
-
Copy full SHA for f043dad - Browse repository at this point
Copy the full SHA f043dadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a8efe6 - Browse repository at this point
Copy the full SHA 6a8efe6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f71eaa0 - Browse repository at this point
Copy the full SHA f71eaa0View commit details -
refactor: rename JWT to JWS in classnames
It means the class is used for Signed JWT.
Configuration menu - View commit details
-
Copy full SHA for 340b144 - Browse repository at this point
Copy the full SHA 340b144View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb1b227 - Browse repository at this point
Copy the full SHA cb1b227View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c9fc38 - Browse repository at this point
Copy the full SHA 0c9fc38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79dbac2 - Browse repository at this point
Copy the full SHA 79dbac2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9fdc66 - Browse repository at this point
Copy the full SHA b9fdc66View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3cf816 - Browse repository at this point
Copy the full SHA d3cf816View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ab3021 - Browse repository at this point
Copy the full SHA 7ab3021View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07c346b - Browse repository at this point
Copy the full SHA 07c346bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd080bf - Browse repository at this point
Copy the full SHA fd080bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15f11df - Browse repository at this point
Copy the full SHA 15f11dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08dadcc - Browse repository at this point
Copy the full SHA 08dadccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e85269 - Browse repository at this point
Copy the full SHA 9e85269View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2cfe31 - Browse repository at this point
Copy the full SHA d2cfe31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ba4dfd - Browse repository at this point
Copy the full SHA 3ba4dfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 695b0e4 - Browse repository at this point
Copy the full SHA 695b0e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f293a49 - Browse repository at this point
Copy the full SHA f293a49View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb6f92b - Browse repository at this point
Copy the full SHA cb6f92bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b727af - Browse repository at this point
Copy the full SHA 7b727afView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb35a17 - Browse repository at this point
Copy the full SHA cb35a17View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8c0e45 - Browse repository at this point
Copy the full SHA e8c0e45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61f06fa - Browse repository at this point
Copy the full SHA 61f06faView commit details -
feat: improve Exception handling for FirebaseAdapter
- add InvalidTokenException and use it - change Exception classes - add lang items for error messages
Configuration menu - View commit details
-
Copy full SHA for 2dc1252 - Browse repository at this point
Copy the full SHA 2dc1252View commit details -
Configuration menu - View commit details
-
Copy full SHA for 399ab22 - Browse repository at this point
Copy the full SHA 399ab22View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9fd280 - Browse repository at this point
Copy the full SHA c9fd280View commit details -
refactor: rename generateAccessToken() to generateToken()
Since we have Access Tokens in Shield already.
Configuration menu - View commit details
-
Copy full SHA for 58eb3dd - Browse repository at this point
Copy the full SHA 58eb3ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for e824303 - Browse repository at this point
Copy the full SHA e824303View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b4d959 - Browse repository at this point
Copy the full SHA 2b4d959View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa0147d - Browse repository at this point
Copy the full SHA aa0147dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff1d04a - Browse repository at this point
Copy the full SHA ff1d04aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cfb6263 - Browse repository at this point
Copy the full SHA cfb6263View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9004082 - Browse repository at this point
Copy the full SHA 9004082View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48f3a51 - Browse repository at this point
Copy the full SHA 48f3a51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9179d8c - Browse repository at this point
Copy the full SHA 9179d8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1acb449 - Browse repository at this point
Copy the full SHA 1acb449View commit details -
Configuration menu - View commit details
-
Copy full SHA for 168aaef - Browse repository at this point
Copy the full SHA 168aaefView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce3e0d0 - Browse repository at this point
Copy the full SHA ce3e0d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 565e81c - Browse repository at this point
Copy the full SHA 565e81cView commit details
Commits on Apr 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 04d6645 - Browse repository at this point
Copy the full SHA 04d6645View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47546bb - Browse repository at this point
Copy the full SHA 47546bbView commit details -
Co-authored-by: Michal Sniatala <michal@sniatala.pl>
Configuration menu - View commit details
-
Copy full SHA for 64b6f00 - Browse repository at this point
Copy the full SHA 64b6f00View commit details -
docs: fix ambiguous descriptions
Co-authored-by: Michal Sniatala <michal@sniatala.pl>
Configuration menu - View commit details
-
Copy full SHA for 2845356 - Browse repository at this point
Copy the full SHA 2845356View commit details
Commits on Apr 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a3efa82 - Browse repository at this point
Copy the full SHA a3efa82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4aa454c - Browse repository at this point
Copy the full SHA 4aa454cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63a6fdf - Browse repository at this point
Copy the full SHA 63a6fdfView commit details
Commits on Apr 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 37d8c71 - Browse repository at this point
Copy the full SHA 37d8c71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54ee18b - Browse repository at this point
Copy the full SHA 54ee18bView commit details -
Co-authored-by: Pooya Parsa Dadashi <pooya_parsa_dadashi@yahoo.com>
Configuration menu - View commit details
-
Copy full SHA for 6bf2eef - Browse repository at this point
Copy the full SHA 6bf2eefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3117c17 - Browse repository at this point
Copy the full SHA 3117c17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72047b7 - Browse repository at this point
Copy the full SHA 72047b7View commit details -
config: comment out jwt authenticator
It is an optional authenticator.
Configuration menu - View commit details
-
Copy full SHA for dcbdb28 - Browse repository at this point
Copy the full SHA dcbdb28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b9fdf9 - Browse repository at this point
Copy the full SHA 1b9fdf9View commit details