a665cd5ed7 
					 
					
						
						
							
							add hgalytoby as a contributor ( #1084 )  
						
						... 
						
						
						
						* update README.md [skip ci]
* update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> 
						
						
							
						
					 
					
						2022-09-23 07:59:38 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						13fdcccfa2 
					 
					
						
						
							
							Fix unit tests for latest FastAPI version  
						
						
						
						
							
						
					 
					
						2022-09-08 08:46:27 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						564eb642c8 
					 
					
						
						
							
							Fix SECRET value in OAuth full examples  
						
						
						
						
							
						
					 
					
						2022-09-08 08:31:53 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3e44abdbef 
					 
					
						
						
							
							Fix BMAC button  
						
						
						
						
							
						
					 
					
						2022-08-11 17:24:01 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c7053e4621 
					 
					
						
						
							
							Bump version: 10.1.4 → 10.1.5  
						
						
						
						
							
 
						
					 
					
						2022-08-11 13:23:49 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c30fed723d 
					 
					
						
						
							
							Bump dependencies  
						
						
						
						
							
						
					 
					
						2022-08-11 13:21:43 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3e8f48fc00 
					 
					
						
						
							
							Bump dependencies  
						
						
						
						
							
						
					 
					
						2022-08-11 13:20:51 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d86ff98d47 
					 
					
						
						
							
							Bump httpx-oauth upper bound to 0.8.0 ( #1051 )  
						
						
						
						
							
						
					 
					
						2022-08-08 08:52:50 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6c03d51a64 
					 
					
						
						
							
							Fix Beanie OAuth example  
						
						
						
						
							
						
					 
					
						2022-08-08 08:45:17 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6bc29dd23a 
					 
					
						
						
							
							Bump version: 10.1.3 → 10.1.4  
						
						
						
						
							
 
						
					 
					
						2022-07-25 10:26:28 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d661585238 
					 
					
						
						
							
							Revert "Cookie transport must return empty json and not null in response.data on login ( #1037 )"  
						
						... 
						
						
						
						This reverts commit 77d0077503d9d6b4dd206e3fc643d96bc3c5834c. 
						
						
							
						
					 
					
						2022-07-25 10:23:55 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e25b82c090 
					 
					
						
						
							
							Bump version: 10.1.2 → 10.1.3  
						
						
						
						
							
 
						
					 
					
						2022-07-23 07:56:58 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						719b9e47a8 
					 
					
						
						
							
							docs: add flipee as a contributor for security ( #1044 )  
						
						... 
						
						
						
						* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> 
						
						
							
						
					 
					
						2022-07-23 09:55:23 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d7a1e3420c 
					 
					
						
						
							
							Fix   #1043 : Add a prefix to the generated key in RedisStrategy  
						
						
						
						
							
						
					 
					
						2022-07-23 07:53:57 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						184d3ed101 
					 
					
						
						
							
							Bump version: 10.1.1 → 10.1.2  
						
						
						
						
							
 
						
					 
					
						2022-07-22 16:07:46 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6279c896af 
					 
					
						
						
							
							docs: add caniko as a contributor for bug ( #1040 )  
						
						... 
						
						
						
						* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> 
						
						
							
						
					 
					
						2022-07-22 15:54:53 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						77d0077503 
					 
					
						
						
							
							Cookie transport must return empty json and not null in response.data on login ( #1037 )  
						
						... 
						
						
						
						* Fix: LoginResponse is set to application/json, and should return response with status code 204 when body is empty.
The database backend login response is a cookie header with empty body. This causes issues when integrating the openapi schema into openapi-generator. Because the code generator expects the response to be a JSON when the status code isn't 204.
* Fix: Bump fastapi version to appropriate version for status code 204 handling.
* Build a full response for CookieTransport login_response
Co-authored-by: Can H. Tartanoglu <2947298-caniko@users.noreply.gitlab.com>
Co-authored-by: François Voron <fvoron@gmail.com> 
						
						
							
						
					 
					
						2022-07-22 15:53:56 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						580dfced4c 
					 
					
						
						
							
							Fix md-buttons URL  
						
						
						
						
							
						
					 
					
						2022-07-18 18:00:51 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						53a9f69b98 
					 
					
						
						
							
							docs: add aryadovoy as a contributor for doc ( #1036 )  
						
						... 
						
						
						
						* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> 
						
						
							
						
					 
					
						2022-07-18 15:44:18 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4ab3bef0a6 
					 
					
						
						
							
							docs: added example of db_urls ( #1033 )  
						
						
						
						
							
						
					 
					
						2022-07-18 15:43:54 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						02ca70ac75 
					 
					
						
						
							
							Update README.md  
						
						
						
						
							
						
					 
					
						2022-07-18 11:12:58 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6e479fae4d 
					 
					
						
						
							
							Update README.md  
						
						
						
						
							
						
					 
					
						2022-07-18 11:04:56 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						dbc231aca3 
					 
					
						
						
							
							Update FUNDING.yml  
						
						
						
						
							
						
					 
					
						2022-07-18 10:59:50 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						152621c679 
					 
					
						
						
							
							docs: add vittoriozamboni as a contributor for code ( #1025 )  
						
						... 
						
						
						
						* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> 
						
						
							
						
					 
					
						2022-06-27 12:02:32 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f38a35ec56 
					 
					
						
						
							
							Bump version: 10.1.0 → 10.1.1  
						
						
						
						
							
 
						
					 
					
						2022-06-21 10:01:35 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6f5b2b1503 
					 
					
						
						
							
							Fix get_oauth_associate_router import to make it optional  
						
						
						
						
							
						
					 
					
						2022-06-21 09:58:33 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f5f4ea482e 
					 
					
						
						
							
							Bump version: 10.0.7 → 10.1.0  
						
						
						
						
							
 
						
					 
					
						2022-06-21 08:04:17 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b999ec9967 
					 
					
						
						
							
							Add docs for OAuth association router  
						
						
						
						
							
						
					 
					
						2022-06-20 17:19:19 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f4338ca3df 
					 
					
						
						
							
							Handle UserAlreadyExists error in oauth callback route  
						
						
						
						
							
						
					 
					
						2022-06-20 16:55:58 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ce15284fe9 
					 
					
						
						
							
							Implement a router to associate an OAuth account with an authenticated user  
						
						
						
						
							
						
					 
					
						2022-06-20 14:44:25 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						64d3996415 
					 
					
						
						
							
							Add flag to enable/disable email association with OAuth  
						
						
						
						
							
						
					 
					
						2022-06-20 13:46:47 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7862830c0f 
					 
					
						
						
							
							docs: add schwannden as a contributor for code ( #1020 )  
						
						... 
						
						
						
						* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> 
						
						
							
						
					 
					
						2022-06-20 13:26:45 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3bb3728261 
					 
					
						
						
							
							add on delete hook ( #1014 )  
						
						... 
						
						
						
						Co-authored-by: Schwannden Kuo <schwannden@mobagel.com> 
						
						
							
						
					 
					
						2022-06-20 13:26:02 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0efbab42cd 
					 
					
						
						
							
							docs: add carloe as a contributor for security ( #1019 )  
						
						... 
						
						
						
						* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> 
						
						
							
						
					 
					
						2022-06-20 13:24:39 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6d324f3cc0 
					 
					
						
						
							
							Bump httpx-oauth version ( #1013 )  
						
						... 
						
						
						
						Resolve CVE-2021-41945 in httpx dependency 
						
						
							
						
					 
					
						2022-06-20 13:24:08 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2a6128c9fc 
					 
					
						
						
							
							Bump version: 10.0.6 → 10.0.7  
						
						
						
						
							
 
						
					 
					
						2022-06-07 08:49:15 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c5ac2b0e6e 
					 
					
						
						
							
							Use newer version of Redis dependency incorporating async support  
						
						
						
						
							
						
					 
					
						2022-06-07 08:43:41 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						22aebfe648 
					 
					
						
						
							
							docs: add austinorr as a contributor for maintenance ( #1011 )  
						
						... 
						
						
						
						* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> 
						
						
							
						
					 
					
						2022-06-06 10:25:43 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f42ec866d1 
					 
					
						
						
							
							uncap fastapi dependency ( #1009 )  
						
						... 
						
						
						
						`fastapi` is a project with a very frequent release cadence, and there's little risk of their upstream improvements breaking things for this project. Users of this excellent tool should be able to update their `fastapi` install without having to also update this library, especially when there are significant breaking changes like the recent 9x-10x improvements. 
						
						
							
						
					 
					
						2022-06-06 10:24:30 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d7e5329e31 
					 
					
						
						
							
							Update CodeQL analysis workflow  
						
						
						
						
							
						
					 
					
						2022-05-27 09:57:34 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						00753a367a 
					 
					
						
						
							
							Add Security CodeQL analysis workflow  
						
						
						
						
							
						
					 
					
						2022-05-27 09:54:36 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						aeccd07735 
					 
					
						
						
							
							docs: add JimScope as a contributor for security ( #1007 )  
						
						... 
						
						
						
						* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> 
						
						
							
						
					 
					
						2022-05-27 09:52:45 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b59fc794f3 
					 
					
						
						
							
							Bump version: 10.0.5 → 10.0.6  
						
						
						
						
							
 
						
					 
					
						2022-05-27 09:49:39 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						98e6e63a0e 
					 
					
						
						
							
							Update pyjwt dependency ( #1005 )  
						
						... 
						
						
						
						See https://github.com/fastapi-users/fastapi-users/issues/1004#issue-1249761672  
						
						
							
						
					 
					
						2022-05-27 09:49:07 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9e497c4275 
					 
					
						
						
							
							docs: add schwannden as a contributor for maintenance ( #1003 )  
						
						... 
						
						
						
						* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> 
						
						
							
						
					 
					
						2022-05-25 16:21:02 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8121ad0b8c 
					 
					
						
						
							
							Bump version: 10.0.4 → 10.0.5  
						
						
						
						
							
 
						
					 
					
						2022-05-25 08:50:21 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1b6b58c0e0 
					 
					
						
						
							
							Manually cast user to User schema in routes to avoid issue  #1000  
						
						
						
						
							
						
					 
					
						2022-05-25 08:27:46 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e8635d9132 
					 
					
						
						
							
							Bump version: 10.0.3 → 10.0.4  
						
						
						
						
							
 
						
					 
					
						2022-05-19 14:45:22 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						577e4fdd41 
					 
					
						
						
							
							Bump fastapi dependency  
						
						
						
						
							
						
					 
					
						2022-05-19 14:41:22 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2477fdffc1 
					 
					
						
						
							
							Bump version: 10.0.2 → 10.0.3  
						
						
						
						
							
 
						
					 
					
						2022-05-10 08:42:09 +02:00