"AuthProvider gives access to auth data in your app"
Hi!
I originally followed a youtube video on Kinde that didn't show the AuthProvider in the docs. The docs say that it's needed for token refreshing, but I'm a little confused how it is used for data access?
Is it referring to client side data? Because so far I've only been using
getKindeServerSession
and it's been working fine
Thanks,
Nick2 Replies
Hi Nick, can you point us to the part of the docs that is confusing?
Hi @CB_Kinde, it's just the "Set up the Kinde Auth Provider" section here: https://docs.kinde.com/developer-tools/sdks/backend/nextjs-sdk/
I just seem to have access using getKindeServerSession, and noticed that in various youtube videos I've watched, that section doesn't exist (or isn't in the version of the docs they're referring to)