c3fb8fcb6e
remove unecessary using
2024-09-17 11:54:21 -04:00
b0669a3b60
fix external login
2024-09-17 11:53:34 -04:00
3351732a2f
allow external login to support SecurityStamp
2024-09-17 09:28:35 -04:00
48f2079f88
fix #4580 - add logout everywhere support using SecurityStamp
2024-09-17 08:45:27 -04:00
caa2073d48
improve support for external login roles
2024-09-13 07:34:57 -04:00
44a3db417b
replace dynamic query with linq
2024-08-09 17:16:17 -04:00
8ca2f0a49f
fix #4284 - handle user role effective and expiry date
2024-07-22 21:09:35 -04:00
8b2e55a969
remove ITextEditorProvider interface
2024-07-22 13:31:24 -04:00
0fea8365b8
add documentation
2024-07-21 09:18:41 -04:00
e00c261777
Fix #4358 : RichTextEditor Provider Abstraction.
2024-07-01 17:11:26 +08:00
c125a7fe07
Fix #4316 : add text editor interfaces.
2024-06-06 16:39:35 +08:00
7f970d489f
refactoring the code.
2024-06-04 17:32:31 +08:00
9d85ca07f4
#4303 : add search function.
2024-06-03 21:19:42 +08:00
bf4052b550
require AntiForgery on Static Rendered components
2024-05-08 14:42:39 -04:00
6b8dd9bf03
fix #4075 - auth cookie being rejected under some scenarios - change from Strict to Lax to match latest .NET Identity configuration
2024-03-28 14:23:13 -04:00
8a696f6c52
additional documentation
2024-03-21 10:51:03 -04:00
ce14b9e43e
add HttpClientFactory support
2024-03-21 10:43:46 -04:00
3eb9de57ef
fix #4017 - SiteState being lost in server rendered scenarios
2024-03-19 13:53:05 -04:00
2dec3195ac
fix issue referencing ClaimsPrincipal UserId extension method
2024-03-14 23:55:01 -04:00
0c8dc63085
improve caching for sites with many registered users
2024-03-12 10:27:32 -04:00
4457487e2a
use IServerStartup rather than class naming convention to register server service class
2024-03-09 07:53:58 -05:00
074fcaaa73
use IServerStartup for registering DbContextFactory
2024-03-08 07:39:34 -05:00
1c31c1947c
use DbContextFactory in SiteRepository
2024-03-06 16:56:27 -05:00
06bd964adc
use DBContextFactory
2024-03-06 11:36:56 -05:00
f6c45cd85a
register ServerSiteService as Transient
2024-03-05 12:35:17 -05:00
f2555563a8
optimize to use ITransientService rather than introducing a new IServerService interface which needs to be scanned
2024-03-05 10:59:39 -05:00
43987d844f
change IServerService to use Transient rather than Scoped
2024-03-05 10:49:50 -05:00
74952cf62d
implement client and server service implementations in Html/Text module
2024-03-05 08:44:09 -05:00
83bfaabd95
added exception middleware to server for logging
2024-02-29 23:38:36 +01:00
4c92c582d7
add IdentityRevalidatingAuthenticationStateProvider
2024-02-29 14:46:50 -05:00
1d187f525d
reorganize SiteRepository methods
2024-02-27 15:19:25 -05:00
e7157a8528
replace Task.Run() logic in SiteService with async SiteRepository methods
2024-02-27 15:12:48 -05:00
aac4d3eefb
improve caching for static rendering
2024-02-26 14:28:38 -05:00
f5e13c25a7
Merge pull request #3822 from pyramidsbuilder/fix-account-lockout-4
...
fix account lockout to read from correct setting, consider timezone o…
2024-02-21 16:34:54 -05:00
77ce31128c
Fix #3833 : introduce token replace class.
2024-02-18 21:38:43 +08:00
db6c65c7e8
fix account lockout to read from correct setting, consider timezone offset and enable lockout
2024-02-16 23:17:56 +01:00
ed7904b673
create server-side SiteService
2024-02-15 15:48:18 -05:00
82d7b9cf05
initial changes to migrate to new Blazor approach in .NET 8
2024-01-30 16:03:50 -05:00
52069f35c5
refactor logic related to domain filtering for emails during external login
2023-12-21 15:54:46 -05:00
ac701f28b5
set authentication cookie to HttpOnly
2023-12-12 15:56:16 -05:00
9e0a4dfac8
comsider name and email claim values as optional
2023-12-12 14:03:47 -05:00
65f463dbbd
Merge pull request #3471 from PfaffIC/dev-loginauthcookie
...
Added auth cookie expiration for external login via OAuth2.
2023-11-29 13:22:39 -05:00
a2890948bb
add ClaimsPrincipal extension methods
2023-11-29 13:01:54 -05:00
3c33614115
user identity improvements
2023-11-29 10:42:23 -05:00
93ab8b88d4
include Review Claims option in External Login for troubleshooting settings
2023-11-27 15:07:48 -05:00
96e8e9736f
Added auth cookie expiration for external login via OAuth2.
...
Auth cookie expiration time ist set to value provided in Setting "LoginOptions:CookieExpiration" (if provided).
2023-11-13 11:28:58 +01:00
0b4cdea9dd
Added functinality to declare custom login cookie expiration time.
...
Added login cookie expiration time. Added setting in user settings to declare custom cookie expiration time. Cookie expiration time overwrites default expiration time of 14 days (if not session timespan is used).
2023-11-09 16:15:53 +01:00
8b5109e32f
added Verify Existing Users? option to User Management - External Login Setting
2023-10-24 14:28:14 -04:00
2fa7482028
Introduce a dropdown menu in the 'External Login' settings area for authentication flow response types.
2023-10-03 09:00:53 +02:00
5539243bf3
resolve cookie configuration
2023-09-25 15:10:36 -04:00