smithy-lang / smithy-typescript

Smithy code generators for TypeScript. (in development)
Apache License 2.0
211 stars 78 forks source link

feat(experimentalIdentityAndAuth): enable identity and auth by default #1326

Open syall opened 2 weeks ago

syall commented 2 weeks ago

Dependent on:

experimentalIdentityAndAuth behavior is now the default auth behavior.

The experimentalIdentityAndAuth flag is now oppositely replaced with useLegacyAuth, which enables legacy auth behavior for backward compatibility concerns.