<?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[Custom registration for user, and use registration response (and token) to continue process with this logged user]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I need to implement a custom workflow for user registration. Then, my angular app use an endpoint back to register, and this back return register response (combined) to Angular.</p>
<p dir="auto">In my Angular app, how to continue as a logged user. Using access token provided by registration endpoint ? How to it with Angular FusionAuth SDK to use all others features in FusionAuth SDK. We need to customize only registration part.</p>
]]></description><link>https://fusionauth.io/community/forum/topic/2678/custom-registration-for-user-and-use-registration-response-and-token-to-continue-process-with-this-logged-user</link><generator>RSS for Node</generator><lastBuildDate>Sat, 07 Mar 2026 17:56:43 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/2678.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 10 May 2024 20:03:49 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Custom registration for user, and use registration response (and token) to continue process with this logged user on Tue, 14 May 2024 18:13:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/668">@didier</a> hmm, I guess you can do it by registering user in your backend (get username, and password from the user and register a user with those). Then you can just exchange the plain text username, password for JWT tokens and attch them to response cookies. Something like this: <a href="https://github.com/kasir-barati/you-say/blob/main/apps/backend-e2e/src/utils/login.util.ts" rel="nofollow ugc">https://github.com/kasir-barati/you-say/blob/main/apps/backend-e2e/src/utils/login.util.ts</a>.</p>
<p dir="auto">If you're using FusionAuth Typescript client you can do it like this: <a href="https://github.com/kasir-barati/you-say/blob/main/packages/backend/auth/src/lib/services/mobile-auth.service.ts#L71" rel="nofollow ugc">https://github.com/kasir-barati/you-say/blob/main/packages/backend/auth/src/lib/services/mobile-auth.service.ts#L71</a></p>
]]></description><link>https://fusionauth.io/community/forum/post/7262</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/7262</guid><dc:creator><![CDATA[kasir-barati]]></dc:creator><pubDate>Tue, 14 May 2024 18:13:45 GMT</pubDate></item><item><title><![CDATA[Reply to Custom registration for user, and use registration response (and token) to continue process with this logged user on Tue, 14 May 2024 15:21:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/2737">@kasir-barati</a> Thank you for help ! I think that, in your case, user needs to login after register. I would like to avoid login. After registration, FusionAuth api returns an access token. I do not know how to continue with it or maybe there are an other solution</p>
]]></description><link>https://fusionauth.io/community/forum/post/7259</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/7259</guid><dc:creator><![CDATA[didier]]></dc:creator><pubDate>Tue, 14 May 2024 15:21:31 GMT</pubDate></item><item><title><![CDATA[Reply to Custom registration for user, and use registration response (and token) to continue process with this logged user on Tue, 14 May 2024 10:36:01 GMT]]></title><description><![CDATA[<p dir="auto">Not sure exactly if this is what you need but probably you can implement your own backend app to communicate with FusionAuth however you see fit. Just like what I did <a href="https://github.com/kasir-barati/you-say/tree/main/packages/backend/auth" rel="nofollow ugc">here in NestJS</a>. Then in my react app I have a normal form and then sends an HTTP request to my backend endpoint. So in other word I am not using <a href="https://www.npmjs.com/package/@fusionauth/react-sdk#usefusionauth" rel="nofollow ugc"><code>startLogin</code></a> helper function.</p>
<p dir="auto">Yes, I know it is not angular. But just to light your creativity I thought it is a good idea too look at it from a different perspective.</p>
<p dir="auto">BTW I appreciate it if you could give my repo a star if it did help you.</p>
]]></description><link>https://fusionauth.io/community/forum/post/7257</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/7257</guid><dc:creator><![CDATA[kasir-barati]]></dc:creator><pubDate>Tue, 14 May 2024 10:36:01 GMT</pubDate></item></channel></rss>