<?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[Topics tagged with login-api]]></title><description><![CDATA[A list of topics that have been tagged with login-api]]></description><link>https://fusionauth.io/community/forum/tags/login-api</link><generator>RSS for Node</generator><lastBuildDate>Sun, 07 Jun 2026 19:58:06 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/tags/login-api.rss" rel="self" type="application/rss+xml"/><pubDate>Invalid Date</pubDate><ttl>60</ttl><item><title><![CDATA[Custom linking is incomplete?]]></title><description><![CDATA[<blockquote>
<p dir="auto">The suggestions you gave are not very atomic. We have many users with spotty network connections, so we're trying to stick here with 1 API call for registrations.</p>
</blockquote>
<p dir="auto">I hear you. I think we already have some open issues about this, but if you'd like to file an issue outlining your preferred workflow, that'd be great.</p>
]]></description><link>https://fusionauth.io/community/forum/topic/2571/custom-linking-is-incomplete</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/2571/custom-linking-is-incomplete</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Error 404 when trying to login using access token]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/1744">@seednextsrl</a> you typically don't use the access token as a login password.</p>
<p dir="auto">The access token is what you present to other applications as proof that someone has logged in.</p>
<p dir="auto">There are a few FusionAuth APIs you can call and present the access token as a means of authentication. They are marked with a little blue person.</p>
<p dir="auto">Here's more about API authentication: <a href="https://fusionauth.io/docs/v1/tech/apis/authentication" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/apis/authentication</a></p>
<p dir="auto">Here's an example of an API which uses a JWT to authenticate: <a href="https://fusionauth.io/docs/v1/tech/apis/users#retrieve-a-user" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/apis/users#retrieve-a-user</a> (scroll to the "Retrieve a User using a JWT" section).</p>
]]></description><link>https://fusionauth.io/community/forum/topic/2097/error-404-when-trying-to-login-using-access-token</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/2097/error-404-when-trying-to-login-using-access-token</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Refresh token permissions]]></title><description><![CDATA[<p dir="auto">There are two “worlds”, OAuth, and API only.</p>
<p dir="auto">API world (JSON in body, proprietary to FusionAuth):</p>

Application &gt; Security &gt; Login API Settings &gt; Generate Refresh Tokens (Generate a a refresh token when using the Login API)
Application &gt; Security &gt; Login API Settings &gt; Enable JWT refresh (Allow a JWT to be refreshed using the /api/jwt/refresh API)

<p dir="auto">OAuth world (form params, in body and in request, standardized):</p>

Application &gt; OAuth &gt; Generate Refresh Tokens (Generate a refresh token if offline_access scope was requested)
Application &gt; OAuth &gt; Enabled Grants &gt; Refresh Token (Allow a JWT to be refreshed using an refresh token) (edited)

<p dir="auto">If you are living in the OAuth world, then you can disable the API access, and just use the OAuth configuration. And vice versa.</p>
]]></description><link>https://fusionauth.io/community/forum/topic/476/refresh-token-permissions</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/476/refresh-token-permissions</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[I&#x27;m seeing a &quot;cannot deserialize value of type ‘java.util.uuid’ from string&quot; error when posting to &#x2F;api&#x2F;login]]></title><description><![CDATA[<p dir="auto">It looks like the uuid isn't being sent as a string. Per <a href="https://fusionauth.io/docs/v1/tech/reference/data-types#uuids" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/reference/data-types#uuids</a> it should be quoted.</p>
<p dir="auto">So you want to send:</p>
{
     "applicationId": "15e45e7d-3e34-43df-9366-91c66a8cc9ae",
     "loginId": "myuserid",
     "password": "mypassword"
}

]]></description><link>https://fusionauth.io/community/forum/topic/102/i-m-seeing-a-cannot-deserialize-value-of-type-java-util-uuid-from-string-error-when-posting-to-api-login</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/102/i-m-seeing-a-cannot-deserialize-value-of-type-java-util-uuid-from-string-error-when-posting-to-api-login</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[I am using the login API but I&#x27;m not getting a refresh token. Why?]]></title><description><![CDATA[<p dir="auto">My guess is you are missing the applicationId on the login API request.</p>
<p dir="auto">A refresh token is per user per application, so passing that is required to provide refresh tokens (even though it is optional for the call to succeed).</p>
]]></description><link>https://fusionauth.io/community/forum/topic/86/i-am-using-the-login-api-but-i-m-not-getting-a-refresh-token-why</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/86/i-am-using-the-login-api-but-i-m-not-getting-a-refresh-token-why</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>