React Query Authentication
Hello, any one have a link to a repo that have an implementation with jwt and refresh token OR Sessions?
4 Replies
plain-purpleOP•3y ago
i want to learn react query, but there is no resource about authentication and refresh token
constant-blue•3y ago
There aren't any repo in the docs regarding this, you can use react-query for authentication and refresh token but its up to you on how to implement it
plain-purpleOP•3y ago
I am already using RTK query, but i want to learn react query, but can i use both together?
constant-blue•3y ago
You could, but not sure why you would though