Commit Graph

17 Commits

Author SHA1 Message Date
Dominic Villemure
66bfeea3ee #oauth cleanup 2024-06-09 23:53:43 -04:00
Dominic Villemure
6f76cb2084 #oauth changed GoogleController for the jwt flow ( using a common token if we connect from our app or from google ) 2024-06-09 23:44:37 -04:00
Dominic Villemure
ac87aeb4c4 Merge remote-tracking branch 'origin/master' into feature/oauth
# Conflicts:
#	src/Application/Common/Interfaces/IIdentityService.cs
#	src/Application/Users/Commands/CreateUser.cs
#	src/Infrastructure/Identity/IdentityService.cs
#	src/Infrastructure/Services/UserService.cs
#	src/Web/Program.cs
2024-06-09 18:05:49 -04:00
Kamigen
aa8a5ad93d Feature: Google and Facebook sign-in 2024-06-05 16:01:44 -04:00
Dominic Villemure
d5048d3a06 #48 cleaned userService. We will use IdentityService only 2024-06-02 14:45:28 -04:00
Kamigen
fc0c94306b Fix: Sign-in user if exists 2024-05-24 17:00:25 -04:00
Kamigen
bbbfddd6cb Feature: Google oauth 2024-05-08 19:04:25 -04:00
Kamigen
cd2bf64af5 Added challenge result 2024-05-01 18:43:20 -04:00
Kamigen
b966e28d9a Moved back to default redirect uri 2024-05-01 18:15:52 -04:00
Kamigen
f9a661c8d2 Test: ASP Google login 2024-05-01 17:54:21 -04:00
Kamigen
025195627c Test: Integrated google auth 2024-04-29 18:30:04 -04:00
Kamigen
5f92998663 Feature: Google OAuth2 2024-04-22 16:43:20 -04:00
Dominic Villemure
27819566f9 #26 added cors policy to allows credentials on our UI origins 2024-04-21 13:49:13 -04:00
Dominic Villemure
5a23b945cd #26 reworked migrations, preparation for deployement 2024-04-21 10:50:35 -04:00
Dominic Villemure
1f795c53bb Removed todos and added User endpoint combined with register. Id changed to guid 2024-04-03 23:57:01 -04:00
Kamigen
8f58311283 Style: C# 12 Primary constructor 2024-03-30 20:59:17 -04:00
Dominic Villemure
bbcefcf76f First commit. Include junk from template to remove 2024-03-09 20:25:30 -05:00