Skip to content

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

SecurityConfiguration

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.

Released under the Apache License 2.0.