Method ForDevelopment
Namespace: Belay.Core.Security
Assembly: Belay.Core.dll
ForDevelopment()
Creates a security configuration suitable for development environments.
csharp
public static SecurityConfiguration ForDevelopment()
Returns
A security configuration with relaxed settings for development.
Remarks
Development configurations prioritize functionality over security to enable rapid prototyping and testing. Not suitable for production environments.