I am attempting to roll my own login page rather t...
# support-questions-legacy
b
I am attempting to roll my own login page rather than use the built in and I'm following the docs on the site. Quick question. I am currently using
supertokens-auth-react
and I'd like to keep using it. But the documentation only shows using
supertokens-web-js
for a custom login page. Is it possible to continue using
supertokens-auth-react
? I really like the convenience of using the component wrapper functions and the session context you get with the react library. Oh and I'm only implementing social login at the moment. Google specifically.