Commit Graph

  • bdc883dcb3 Add the ability to return the refresh token in a cookie Joel Whitaker 2020-10-29 13:49:37 +0000
  • e8b68bedf5
    Merge pull request #170 from jerinpetergeorge/decouple-validate-method Michael 2020-11-17 13:34:18 -0600
  • 403c719825 added a few new methods to 'LoginSerializer' class to decouple the 'validate(...)' method Jerin Peter George 2020-11-18 00:38:45 +0530
  • 84f4ae260a
    Merge pull request #169 from jerinpetergeorge/drf-yasg-issue-with-custom-auth-model Michael 2020-11-16 16:55:10 -0600
  • b4870231e6 Adjusted 'EMAIL_FIELD' and 'USERNAME_FIELD' in 'UserDetailsSerializer' class Jerin Peter George 2020-11-16 23:54:35 +0530
  • 7986184821 Removes <3.1 requirement Michael 2020-11-11 22:26:51 -0600
  • 817d0af8ab
    Merge pull request #166 from jazzband/fix-failing-tests Michael 2020-11-11 11:00:33 -0600
  • 7ce1a47b4c Updates Test Configuration, Narrows Dependency Declaration Michael 2020-11-11 10:23:55 -0600
  • 3de7c28781
    Replace deprecated url method Mattias Naarttijärvi 2020-10-15 08:11:18 +0200
  • 6b7010eb9a
    Merge 759f59f1ab into 624ad01afb Slava 2020-10-08 16:15:09 +0000
  • 759f59f1ab Merge branch 'pr/1' Slava 2020-10-08 19:14:42 +0300
  • dad5bca1cb Version bump Michael 2020-09-27 21:48:24 -0500
  • 73c7fb80af
    Merge pull request #141 from sagarc03/add_jwt_token_verify_refresh_doc Michael 2020-09-08 20:30:46 -0600
  • 4453096993
    add documentation for token verify & refresh Sagar Chavan 2020-09-08 00:27:45 -0400
  • d762e20418
    Merge pull request #130 from mohmyo/master Michael 2020-08-22 23:05:02 -0500
  • 7e5b3db2a1 add REST_AUTH_REGISTER_PERMISSION_CLASSES Mahmoud Adel 2020-08-21 01:30:53 +0200
  • 8fa6fc59ce use import_callable() to correctly import classes in REST_AUTH_REGISTER_PERMISSION_CLASSES Mahmoud Adel 2020-08-21 01:02:09 +0200
  • 33fbff3ea3 Updates action Michael 2020-08-17 00:29:29 -0500
  • d37bcab8dc Adds complete yaml for GH Action Michael 2020-08-16 11:25:48 -0500
  • bdc2a5c213 Workflow tweak Michael 2020-08-16 11:23:11 -0500
  • 11e34167d2 Adds pypi Github action Michael 2020-08-16 11:10:25 -0500
  • 73d26c502b Fixes docs Michael 2020-08-09 20:03:55 -0500
  • 90d76179db Fixes tox config Michael 2020-08-09 14:30:52 -0500
  • d30bcb191e Bumps version for release Michael 2020-08-09 14:07:00 -0500
  • a3a7c6a4bf
    Merge pull request #120 from jazzband/3.1-compatibility Michael 2020-08-09 14:05:02 -0500
  • 32892f3177 Fixes tests not running explicitly declared versions Michael 2020-08-09 13:59:28 -0500
  • 0b59a88d04
    Merge pull request #119 from mohmyo/master Michael 2020-08-07 22:22:42 -0500
  • 854834a8cf At install_requires, changed the versions of Django and djangorestframework to 2.0 and 3.7.0 respectively as path() wasn't introduced before it Mahmoud Adel 2020-08-08 02:01:21 +0200
  • a67cdb5a52 switch to using path() and re_path() instead of deprecated url() Mahmoud Adel 2020-08-08 01:59:23 +0200
  • 140112927f switch to using path() instead of deprecated url() Mahmoud Adel 2020-08-08 01:59:10 +0200
  • 26482ccb2d Updates Docs, Bumps Version Michael 2020-07-09 23:26:53 -0500
  • 1ffcbfe6a8
    Merge pull request #111 from mohmyo/master Michael 2020-07-09 23:15:56 -0500
  • 7397ffd450 do token generation only when allauth_settings.EMAIL_VERIFICATION is not set to 'MANDATORY' Mahmoud.Adel 2020-07-09 10:53:41 +0200
  • 0b65b156e2
    Merge pull request #110 from ptsteadman/patch-1 Michael 2020-07-07 23:31:28 -0500
  • 3d72098845
    Merge pull request #107 from adriangzz/master Michael 2020-07-07 23:29:17 -0500
  • 3bf8c02298 Merge branch 'pr-108' into pr-107 Michael 2020-07-07 23:18:35 -0500
  • 19a188df62 fix typo Patrick Steadman 2020-07-07 22:35:01 -0400
  • e530ca71ee
    Update install docs to prevent error on user deletion Patrick Steadman 2020-07-07 22:32:37 -0400
  • 1623854ac6
    Removed use of deprecated method Joe 2020-07-07 18:26:52 -0500
  • 12173461ac Change to string import instead of serializer class Aprimus 2020-07-07 20:27:01 +0200
  • 8e939e30ed fix tests override settings for TokenObtainPairSerializer Aprimus 2020-07-07 18:29:18 +0200
  • b15400e9c4 Fixes JWT_TOKEN_CLAIMS_SERIALIZER get attribute Adrian Gonzalez 2020-07-02 23:26:48 -0500
  • 888791915b
    Merge pull request #103 from alichass/master Michael 2020-07-02 01:21:46 -0500
  • 909ed75d51 Update test_api.py alichass 2020-06-27 14:58:29 -0400
  • 0bf711166e Added CSRF checks on authenticated views when client uses JWT-cookie auth alichass 2020-06-27 05:58:47 -0400
  • ee3f3710e2 Bumps version Michael 2020-06-24 01:33:52 -0500
  • b990395938
    Merge pull request #100 from dhaval-mehta/master Michael 2020-06-24 01:32:30 -0500
  • 6c8b15eef7
    Merge pull request #101 from noamkush/jwt_auth_dep_fix Michael 2020-06-24 01:27:17 -0500
  • b2c06fa18a Moved jwt auth class to separate file to avoid hard dependency. Noam 2020-06-23 20:28:18 +0300
  • 8568c8221b Added missing requirement for tox. Noam 2020-06-23 20:27:58 +0300
  • 1b2073a187 no need to pass context to get_serializer Dhaval Mehta 2020-06-23 15:28:03 +0530
  • ca355baf7a Add compatibility for DRF 3.12 Dhaval Mehta 2020-06-23 13:20:22 +0530
  • de08967210 Fixes docs Michael 2020-06-20 13:57:51 -0500
  • 68f35c22e6 Bumps version for release Michael 2020-06-20 13:56:29 -0500
  • 068730ed1a
    Merge pull request #99 from jazzband/alichass-jwt-custom-claims Michael 2020-06-20 13:53:56 -0500
  • 5c9a9f2e7f Merge branch 'pr91' into alichass-jwt-custom-claims Michael 2020-06-20 13:39:20 -0500
  • ed99925d72 Adds docs Michael 2020-06-20 13:35:16 -0500
  • 1dce781942 made JWT_TOKEN_CLAIMS_SERIALIZER setting value a callable string rather than a function alichass 2020-06-14 19:15:22 -0400
  • 0722ec4aee added the ability to customise claims in the jwt token - has tests alichass 2020-06-14 17:26:28 -0400
  • 9dbbef4640
    Merge pull request #94 from chrsz/feature/jwt_secure_samesite Michael 2020-06-20 13:14:12 -0500
  • b79426533b
    Merge pull request #95 from chrsz/feature/demo_auth_drf Michael 2020-06-20 13:12:25 -0500
  • 89573f6e68 Adds run step names Michael 2020-06-20 13:02:48 -0500
  • 476c0bb1e2 Updates format Michael 2020-06-20 12:57:30 -0500
  • c167e8c5ae Quotes YAML Michael 2020-06-20 12:54:54 -0500
  • 3f07966477 Simplfies CI config + Pins dep versions Michael 2020-06-20 12:53:16 -0500
  • 3bd8a225d4 Adds Build Step Michael 2020-06-20 12:43:07 -0500
  • 6598cdc323 Builds artifacts Michael 2020-06-20 12:42:11 -0500
  • e913ed7f4d Coverage.pt report + html out Michael 2020-06-20 12:36:30 -0500
  • ec3cf1cd14 Creates test output directory Michael 2020-06-20 12:31:16 -0500
  • 095b1cacda Adds xml outputs Michael 2020-06-20 12:25:55 -0500
  • 034a8bcc41 Adds store test results Michael 2020-06-20 12:13:50 -0500
  • bea6e3d229 aligned requirements to tox.ini cbomprezzi 2020-06-15 19:28:23 +0200
  • 3c86fd9abb add drf login/logout/registration/user customization cbomprezzi 2020-06-15 18:27:57 +0200
  • f05abda5b0 fix distraction errors cbomprezzi 2020-06-15 17:57:59 +0200
  • 5a751e241c add secure and samesite jwt cookie support cbomprezzi 2020-06-15 17:12:41 +0200
  • 15ad7f4c73 made JWT_TOKEN_CLAIMS_SERIALIZER setting value a callable string rather than a function alichass 2020-06-14 19:15:22 -0400
  • 9e905fc8e4 added the ability to customise claims in the jwt token - has tests alichass 2020-06-14 17:26:28 -0400
  • d2cadd130a fix(registration): password2 isn't required if ACCOUNT_SIGNUP_PASSWORD_ENTER_TWICE is False artemowkin 2020-06-06 10:44:38 +0900
  • 75dd6250bc Bumps version Michael 2020-06-03 22:59:59 -0500
  • 0fdb2f9bd8
    Merge pull request #82 from brunomichetti/fix/make-verify-email-browsable Michael 2020-06-03 22:55:06 -0500
  • 05296dec44
    Merge pull request #85 from mimischi/patch-1 Michael 2020-06-03 22:47:17 -0500
  • 9fdb513b5f
    Merge pull request #83 from steverecio/rate_limiting Michael 2020-06-03 18:39:22 -0500
  • ab9d6a96ae Return refresh_token and expires_in Michael Gecht 2020-06-03 17:18:27 +0200
  • 78a108eac7
    Merge 2daa44e5f4 into 624ad01afb Steve Recio 2020-06-03 13:17:24 +0000
  • 2daa44e5f4 change throttle scope naming (rest_auth -> dj_rest_auth) Steve Recio 2020-06-03 09:17:15 -0400
  • c03558bd2f fix merge issue Steve Recio 2020-06-02 21:02:44 -0400
  • 9e8c98e892 Add test of browsable endpoint to maintain coverage Bruno Michetti 2020-06-02 13:25:00 -0300
  • 6cdcbfacd2 Make verify email browsable Bruno Michetti 2020-06-01 17:53:33 -0300
  • c5d553dfb1
    Merge pull request #79 from lideen/master Michael 2020-05-30 12:43:21 -0500
  • 073ea5536e Bumps to 1.0.6 Michael 2020-05-30 01:41:58 -0500
  • c1e15d892e
    Merge pull request #78 from null-none/master Michael 2020-05-30 01:40:14 -0500
  • 62e291ba77 Fixes docs Michael 2020-05-30 01:38:03 -0500
  • 099e61e5f1 Removes reference tot changelog Michael 2020-05-30 01:37:05 -0500
  • 13a241f0b2 Updates index Michael 2020-05-30 01:34:42 -0500
  • 3ac4251233 Added ukrainian locale Dmitriy Kalinin 2020-05-30 09:30:49 +0300
  • 24413e4a44 Removes changelog. Refer to Github instead Michael 2020-05-30 01:30:16 -0500
  • c18ccf57fd Improves link in docs Michael 2020-05-30 01:25:20 -0500
  • 202b5e8d4d Adds vulnerability disclosure Michael 2020-05-30 01:16:02 -0500
  • dfec75ed94
    Merge pull request #73 from mohmyo/patch-1 Michael 2020-05-30 00:10:58 -0500
  • 6e77382f1a
    Merge pull request #74 from erdaltsksn/docs/updateinstallcmd Michael 2020-05-30 00:10:18 -0500