Hi there, I have a question regarding Storage and Face Liveness. I want to use both of these services in one of my projects, but I don’t need to use Amplify Auth or the DBs or any of the other features because I already have infrastructure deployed to Planetscale and Inuse Clerk for Auth. Is there any way that ivv bc an insert my own Auth into these two services to avoid using cognito?
#Amplify Storage & Face Liveness
4 messages · Page 1 of 1 (latest)
👋 assuming you have the proper auth mechanism to validate tokens from a 3p provider you can set a custom token provider in the library to augment calls https://docs.amplify.aws/react/build-a-backend/auth/advanced-workflows/#custom-token-providers
you may need to plug Clerk into an identity pool for services that do not have a direct OIDC integration
Thank you kind sir 🕺🎉!!!