Discussions

Ask a Question
Back to All

Pass JWT/API Key in request body via POST for Custom Login

In the https://docs.readme.com/main/docs/custom-login-page example, we're shown an example of passing the JWT through the URL when redirecting back to a project's docs page. Is there support for passing this data through a POST request body? Or any other ways outside of including the token in the URL params?