src/@
crema/services/auth/jwt-auth/index.js
file and update baseURL of your server like below<AuthRoutes
> with <JWTAuthProvider>
Component in the src/pages/_app.js
file like below.src/@crema/utility/AuthHooks.js
file<SigninJwtAuth>
tag in the src/modules/auth/Signin/index.js
file like below and do the same for Signup.src/@crema/services/auth/firebase/firebase.js
file and update firebaseConfig for your app like below<AuthRoutes
> with <FirebaseAuthProvider>
Component in the src/pages/_app.js
file like below.src/@crema/utility/AuthHooks.js
file<SigninFirebase>
tag in the src/modules/auth/Signin/index.js
file like below and do the same for Signup.src/@crema/services/auth/aws-cognito/aws-exports.js
file and update awsConfig for your app like below<AuthRoutes
> with <AwsAuthProvider>
Component in the src/pages/_app.js
file like below.src/@crema/utility/AuthHooks.js
file<SigninAwsCognito>
tag in the src/modules/auth/Signin/index.js
file like below and do the same for Signup.src/@crema/services/auth/auth0/auth0Config.js
file and update Auth0Config for your app like below<AuthRoutes
> with <Auth0Provider>
Component in the src/pages/_app.js
file like below.src/@crema/utility/AuthHooks.js
file