Right. In that case, you want to change the python...
# support-questions-legacy
r
Right. In that case, you want to change the python API to have two modes of authentication. One via our
verifySession
function and one via some API key method. If that API is called from your react code, it will depend on the
verifySession
function for auth. If it's called from
getServerSideProps
, it will depend on the API key for auth.