Has anyone got an example of this? It seems Cognito recommend using the amplify-auth library, but that seems to have its own session handling. I can't work out if I should:
a. use remix-auth and an appropriate strategy (form maybe?) with amplify-auth client implemented internally or
b. use amplify-auth and not bother with remix-auth/remix-session at all.
or maybe even c. just ignore the amplify-auth client altogether and use cognito as an oauth2 provider.
I'd appreciate any thoughts or opinions!