<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[I want to create my own login form.]]></title><description><![CDATA[<p dir="auto">I want to create my own login form, how do I do so?</p>
]]></description><link>https://fusionauth.io/community/forum/topic/124/i-want-to-create-my-own-login-form</link><generator>RSS for Node</generator><lastBuildDate>Mon, 17 Aug 2026 10:08:15 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/124.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 27 May 2020 19:49:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to I want to create my own login form. on Wed, 27 May 2020 19:50:10 GMT]]></title><description><![CDATA[<p dir="auto">If you have your own login form, you'll either be using the Login API or the OAuth Password grant. You will use one or the other, not both, each option will provide you roughly the same functionality. Totally up to you, the Login API is our own creation, the Password grant is defined by the OAuth RFC.</p>
<p dir="auto">High level:</p>
<ul>
<li>Collect email and password</li>
<li>Call the Login API or the Token endpoint using the Password grant</li>
<li>Collect the JSON response which will contain an access token (JWT)</li>
</ul>
<p dir="auto">Login API docs: <a href="https://fusionauth.io/docs/v1/tech/apis/login#authenticate-a-user" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/apis/login#authenticate-a-user</a></p>
<p dir="auto">Password Grant: <a href="https://fusionauth.io/docs/v1/tech/oauth/endpoints#resource-owner-password-credentials-grant-request" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/oauth/endpoints#resource-owner-password-credentials-grant-request</a><br />
<a href="https://fusionauth.io/docs/v1/tech/oauth/#example-resource-owner-password-credentials-grant" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/oauth/#example-resource-owner-password-credentials-grant</a></p>
]]></description><link>https://fusionauth.io/community/forum/post/276</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/276</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Wed, 27 May 2020 19:50:10 GMT</pubDate></item></channel></rss>