Sign in and sign up when JavaScript is disabled

I have created Custom UI sign in and sign up forms using npm auth0-js

I am using Server Side Rending for when Javascript is disabled

I would like for users to be able to sign in and sign up without Javascript, ideally we would like to POST to a page with username and password and return the idtoken

Any help would be much appreciated!

Thanks

Hi @will.j.morrison,

Welcome to the Auth0 Community!

If you want to post username/password directly to the Authorization API and get a token you will need to use the resource owner password grant. Take a look at the documentation I linked below and make sure it is the correct flow for you.

https://auth0.com/docs/api-auth/tutorials/password-grant

Thanks,
Dan

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.