Tamagui - Setting up Kinde Auth

In this video I will talk through setting up Kinde Auth in our new monorepo for MY4X4. This monorepo will be based on Tamagui and will allow us to build our API and Web app using Next.js along with a React Native app with Expo.
The repo is available here:
github.com/kengreeff/demo-mon...

Пікірлер: 2

  • @userasd360
    @userasd3608 ай бұрын

    Isn't authentication and authorization information should be stored in self-hosted database instead of providing the information to an external service where there could be a chance of getting credentials compromised?

  • @kengreeff

    @kengreeff

    8 ай бұрын

    I think that an external service who primarily focus on auth are generally more secure than self hosted. They are more likely to keep everything up to date and follow best practices. I do prefer to keep authorization in my own app though - nothing to leak there and easier to customize.