| 
							
							
								 Daniel Stanton | 9588627414 | Missed a revert to REST_USE_KNOX | 2017-01-25 10:50:15 +00:00 |  | 
			
				
					| 
							
							
								 Daniel Stanton | e1dffa4ef7 | Reverted use of REST_AUTH_TOKEN_APP This would be a breaking change, and would make it harder to use JWT and Knox simultaneously (e.g. JWT for Web, Knox for Mobile), so reverted. | 2017-01-25 10:44:31 +00:00 |  | 
			
				
					| 
							
							
								 Daniel Stanton | 6f2319e20e | Pass Knox serializer appropriate data format and separate from default | 2017-01-24 14:54:14 +00:00 |  | 
			
				
					| 
							
							
								 Daniel Stanton | e9c4ecbc07 | Use REST_AUTH_TOKEN_APP and remove REST_USE_JWT Prevent simultaneous Knox and JWT use. Options are 'jwt' or 'knox' | 2017-01-24 14:20:41 +00:00 |  | 
			
				
					| 
							
							
								 Daniel Stanton | b9aadef031 | Remove KnoxTokenSerializer import | 2017-01-24 12:52:50 +00:00 |  | 
			
				
					| 
							
							
								 Daniel Stanton | ea9bdec6ca | Use self.token instead of user.auth_token Removes implicit 1-to-1 user-to-token requirement | 2017-01-24 12:44:03 +00:00 |  | 
			
				
					| 
							
							
								 Daniel Stanton | 64b241c93f | Added KnoxTokenSerializer to app_settings | 2017-01-24 12:36:19 +00:00 |  | 
			
				
					| 
							
							
								 Maxim Kukhtenkov | 971072ae37 | Add sensitive_post_parametersdecorator to several views | 2016-12-31 12:55:19 -08:00 |  | 
			
				
					| 
							
							
								 Maxim Kukhtenkov | aa677d51c0 | PEP8 cleanup and small text fixes | 2016-12-21 14:08:56 -08:00 |  | 
			
				
					| 
							
							
								 Maxim Kukhtenkov | 5bcf31f545 | Remove redundant required=Truefrom serializer fields | 2016-12-21 13:47:24 -08:00 |  | 
			
				
					| 
							
							
								 Maxim Kukhtenkov | e81ed716ec | Add verification e-mail sentmessage#240 | 2016-12-21 11:31:04 -08:00 |  | 
			
				
					| 
							
							
								 Maxim Kukhtenkov | a673db87f8 | Merge pull request #200 from mariuccio/master 'detail' keyword in success response messages | 2016-12-21 11:12:59 -08:00 |  | 
			
				
					| 
							
							
								 Bang Dao | d2917e9f3f | refactor allow VerifyEmailView display data field in swagger | 2016-12-09 16:53:09 +07:00 |  | 
			
				
					| 
							
							
								 Maxim Kukhtenkov | 6812deeeb4 | Rename variable for clarity We have two variables named `token` which have different data types | 2016-12-02 16:35:13 -08:00 |  | 
			
				
					| 
							
							
								 Ankit Popli | 139dd4a4e4 | refactor: remove redundant check as suggested by @maxim-kht | 2016-11-28 11:42:06 +05:30 |  | 
			
				
					| 
							
							
								 Ankit Popli | 4599adf92b | fix: social login using auth code flow 'access_token' in attrs always returns True, we need to check whether
the token is empty or not | 2016-11-25 20:33:43 +05:30 |  | 
			
				
					| 
							
							
								 Maxim Kukhtenkov | 70d03e3e9b | Update docstring for UserDetailsView and cleanup | 2016-10-31 20:17:31 -07:00 |  | 
			
				
					| 
							
							
								 Maxim Kukhtenkov | 37375461df | Add info to docs and comments + Add comments by @chubz regarding django-allauth hmac pattern from PR #233
+ Cleanup | 2016-10-24 14:23:44 -07:00 |  | 
			
				
					| 
							
							
								 Maxim Kukhtenkov | 83e200e576 | Revert "allows registration throttle control" | 2016-10-17 10:11:04 -07:00 |  | 
			
				
					| 
							
							
								 mario | 9df528f482 | Changed confirm email url path + test fixes | 2016-07-28 20:14:26 +02:00 |  | 
			
				
					| 
							
							
								 mariodev | 0ffc573482 | Merge pull request #209 from vsevolod-kolchinsky/patch-1 allows registration throttle control | 2016-07-18 08:14:11 +02:00 |  | 
			
				
					| 
							
							
								 mariodev | c5e0382d25 | Increased test coverage (#229) * Added twitter login test
* pep8
* Fixes missing backend attr issue
* Refactored login process
* pep8
* Added more tests for twitter social login | 2016-07-18 07:06:28 +02:00 |  | 
			
				
					| 
							
							
								 mariodev | c4e7bdc77f | pep8 | 2016-06-28 20:20:53 +02:00 |  | 
			
				
					| 
							
							
								 mariodev | 8a004bb48a | Increased test coverage + minor fixes | 2016-06-28 20:14:05 +02:00 |  | 
			
				
					| 
							
							
								 vsevolod kolchinsky | 2a0fa1ab4e | allows registration throttle control | 2016-05-05 09:03:34 +03:00 |  | 
			
				
					| 
							
							
								 mariodev | 3189a5c7a0 | Merge pull request #187 from marsam/master Capture OAuthError in TwitterLoginSerializer | 2016-04-14 19:08:18 +02:00 |  | 
			
				
					| 
							
							
								 mariuccio | f9b6a6cd9f | 'detail' keyword in success response messages | 2016-03-31 10:58:14 +02:00 |  | 
			
				
					| 
							
							
								 Christopher Grebs | 50087549e8 | Fix social-adatper tests for allauth>=0.25.0 See 742d114abffor more details.
This unfortunately requires bumping up the version to 0.25.0 | 2016-03-14 13:20:24 +01:00 |  | 
			
				
					| 
							
							
								 Mario Rodas | 86a487fe21 | Import allauth.socialaccount only when declared in INSTALLED_APPS Don't silently ignore ImportError | 2016-03-02 14:37:27 -05:00 |  | 
			
				
					| 
							
							
								 mjaworski | 2572475971 | fixed code quality | 2016-03-01 11:51:01 +00:00 |  | 
			
				
					| 
							
							
								 Jon Gregorowicz | 4ba9841bc5 | Merge changes | 2016-02-29 08:01:39 -05:00 |  | 
			
				
					| 
							
							
								 Jon Gregorowicz | 1eb4b45e50 | Fixing tests | 2016-02-29 07:57:54 -05:00 |  | 
			
				
					| 
							
							
								 Jon Gregorowicz | 85c2fe4661 | Merge branch 'master' into jwt-support | 2016-02-29 07:48:37 -05:00 |  | 
			
				
					| 
							
							
								 Jon Gregorowicz | e3901516cb | Merge branch 'master' into jwt-support # Conflicts:
#	docs/changelog.rst
#	rest_auth/registration/views.py | 2016-02-29 07:45:43 -05:00 |  | 
			
				
					| 
							
							
								 Andreas Bissinger | 9a0cbc81eb | typo fix | 2016-02-29 12:53:08 +01:00 |  | 
			
				
					| 
							
							
								 Maciej Jaworski | aa839f97d2 | Added missing import | 2016-02-23 10:59:47 +00:00 |  | 
			
				
					| 
							
							
								 Maciej Jaworski | 1a0ab4488e | Merge pull request #165 from jasinai/AddTranslation Adds ugettext_lazy to more texts | 2016-02-23 10:55:42 +00:00 |  | 
			
				
					| 
							
							
								 Maciej Jaworski | 3bcabe6b17 | Update serializers.py pepfix | 2016-02-23 10:35:41 +00:00 |  | 
			
				
					| 
							
							
								 Jon Gregorowicz | 511329c30a | Fixing merge tool induced file endings | 2016-02-16 00:49:41 -05:00 |  | 
			
				
					| 
							
							
								 Jon Gregorowicz | e3a1ba520e | Added tests for JWT, fixed merge issues | 2016-02-16 00:42:18 -05:00 |  | 
			
				
					| 
							
							
								 Jon Gregorowicz | f8a9cc152d | Merge branch 'master' into jwt-support # Conflicts:
#	docs/configuration.rst
#	rest_auth/registration/views.py
#	rest_auth/tests/test_api.py
#	rest_auth/utils.py
#	rest_auth/views.py | 2016-02-15 23:35:32 -05:00 |  | 
			
				
					| 
							
							
								 mariodev | 7c8a34f700 | Merge pull request #132 from asudoma/master fix import complete_social_login | 2016-02-08 08:12:52 +01:00 |  | 
			
				
					| 
							
							
								 Nicola Hauke | 152b0a6fb6 | Adds ugettext_lazy to more texts Also adds a first german translation. | 2016-02-02 15:29:16 +01:00 |  | 
			
				
					| 
							
							
								 mario | ae8a26b708 | Return token only when verification is mandatory | 2016-01-11 22:33:14 +01:00 |  | 
			
				
					| 
							
							
								 Mateus Caruccio | ccc261d57f | Merge branch 'master' of https://github.com/Tivix/django-rest-auth | 2016-01-07 19:56:33 -02:00 |  | 
			
				
					| 
							
							
								 mariodev | 334a29c4d9 | Merge pull request #151 from Tivix/pr/130 Refactored registration logic | 2016-01-06 18:26:47 +01:00 |  | 
			
				
					| 
							
							
								 mario | 99c4dc9d05 | Brought back pass verification + added test | 2016-01-05 14:56:11 +01:00 |  | 
			
				
					| 
							
							
								 Tabatha Memmott | 0e3fb4a5c9 | closes PR #134 and adds same syntax to demo | 2016-01-04 16:29:47 -08:00 |  | 
			
				
					| 
							
							
								 Jon Gregorowicz | 19e234d1dc | * Added support for REST_USE_JWT * Added JWTSerializer
* Added JWT encoding support, based on django-rest-framework-jwt
* Tests for JWT authentication | 2016-01-04 12:45:33 -05:00 |  | 
			
				
					| 
							
							
								 Mateus Caruccio | c9d55f768c | Add support for custom Token model | 2016-01-02 15:59:06 -02:00 |  |