- Updated OpenAPI documentation to include new OAuth2 usage types: `send_api`. - Added endpoints for issuing one-click unsubscribe tokens in both single and batch requests. - Modified OAuth client creation and management to enforce new usage types and redirect URI requirements. - Implemented logic in the Newsletter service to handle one-click unsubscribe token issuance. - Updated UI to reflect changes in OAuth client usage options and redirect URI handling. - Enhanced token generation logic to support new scopes and audience settings for Send Engine.
9 lines
381 B
Plaintext
9 lines
381 B
Plaintext
ASPNETCORE_ENVIRONMENT=Development
|
|
ConnectionStrings__Default=Host=localhost;Database=member_center;Username=postgres;Password=postgres
|
|
Auth__Issuer=http://localhost:7850/
|
|
Auth__MemberCenterAudience=member_center_api
|
|
Auth__SendEngineAudience=send_engine_api
|
|
SendEngine__BaseUrl=http://localhost:6060
|
|
SendEngine__WebhookSecret=change-me
|
|
Testing__DisableSubscriptionDryRunNoDb=false
|