Minor Changes
-
BREAKING CHANGE: Remove the built-in Atmosphere auth provider and the DPoP model that was coupled to it. This removes
createAtmosphereAuthProvider(), theAtmosphere*andOAuthDpop*types, andOAuthStandardTokens.Use
OAuthTokensin place ofOAuthStandardTokens. Custom provider packages can extendOAuthTokenswith protocol-specific fields and preserve that type throughOAuthProvider,OAuthResult,finishExternalAuth(), andrefreshExternalAuth(). Use the new publiccreateOAuthProvider()factory andOAuthProviderRuntimecontract to integrate providers that are not built into Remix. Applications using the Atmosphere provider must remove it or move their atproto authentication to a separate package.