<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Guides on AuthOS Docs | Auth Operating System API and SDK Guides</title>
    <link>https://authos.dev/docs/guides/</link>
    <description>Recent content in Guides on AuthOS Docs | Auth Operating System API and SDK Guides</description>
    <generator>Hugo</generator>
    <language>en</language>
    <atom:link href="https://authos.dev/docs/guides/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Evaluate AuthOS</title>
      <link>https://authos.dev/docs/guides/evaluate-authos/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://authos.dev/docs/guides/evaluate-authos/</guid>
      <description>&lt;p&gt;Use this guide to evaluate AuthOS without mixing the evaluation with framework&#xA;integration. The result is a working instance you can inspect and a recorded&#xA;decision about what to try next.&lt;/p&gt;&#xA;&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;A Linux host you can use for a short-lived standalone evaluation&lt;/li&gt;&#xA;&lt;li&gt;Shell access and permission to install and run services&lt;/li&gt;&#xA;&lt;li&gt;About 20–30 minutes&lt;/li&gt;&#xA;&lt;li&gt;Acceptance that AuthOS is Beta and its SDKs are pre-1.0; pin exact versions&#xA;and perform your own security and interoperability review&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;run-the-evaluation&#34;&gt;Run the evaluation&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Follow &lt;a href=&#34;https://authos.dev/docs/deploy/&#34;&gt;Install standalone AuthOS&lt;/a&gt;. Stop if its&#xA;health and readiness checks do not pass.&lt;/li&gt;&#xA;&lt;li&gt;Follow &lt;a href=&#34;https://authos.dev/docs/operate/&#34;&gt;Set up the platform&lt;/a&gt; using the one-time&#xA;bootstrap link printed by the installer.&lt;/li&gt;&#xA;&lt;li&gt;Confirm that the lite workspace opens and that you can inspect the demo&#xA;organization and demo application.&lt;/li&gt;&#xA;&lt;li&gt;Review &lt;a href=&#34;https://authos.dev/docs/api/concepts/architecture/&#34;&gt;Architecture&lt;/a&gt; and the&#xA;&lt;a href=&#34;https://github.com/drmhse/AuthOS/blob/main/PROJECT_STATUS.md&#34;&gt;project status&lt;/a&gt;&#xA;against your requirements.&lt;/li&gt;&#xA;&lt;li&gt;Choose one separate integration or deployment path. Do not add framework&#xA;packages merely to prove that the AuthOS process is healthy.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;completion-check&#34;&gt;Completion check&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;/health&lt;/code&gt; and &lt;code&gt;/health/ready&lt;/code&gt; both succeed.&lt;/li&gt;&#xA;&lt;li&gt;You can sign in to the lite workspace as the bootstrapped platform owner.&lt;/li&gt;&#xA;&lt;li&gt;The demo organization and application are visible.&lt;/li&gt;&#xA;&lt;li&gt;You have recorded a proceed, investigate, or stop decision and its reason.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;next-steps&#34;&gt;Next steps&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://authos.dev/docs/guides/frontend-integration/&#34;&gt;Integrate a frontend&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://authos.dev/docs/guides/backend-integration/&#34;&gt;Integrate a backend&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://authos.dev/docs/api/deployment-guide/&#34;&gt;Plan an operated deployment&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Integrate a Frontend</title>
      <link>https://authos.dev/docs/guides/frontend-integration/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://authos.dev/docs/guides/frontend-integration/</guid>
      <description>&lt;p&gt;This guide connects a browser application to AuthOS. It assumes installation&#xA;and platform setup are already complete and deliberately does not repeat those&#xA;operator procedures.&lt;/p&gt;&#xA;&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;A reachable AuthOS base URL supplied by the platform operator&lt;/li&gt;&#xA;&lt;li&gt;Node.js 18 or newer and npm&lt;/li&gt;&#xA;&lt;li&gt;A registered organization and service for this application&lt;/li&gt;&#xA;&lt;li&gt;Allowed browser origins and callback URLs that match the development or&#xA;production application URL&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;choose-one-client&#34;&gt;Choose one client&lt;/h2&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Application&lt;/th&gt;&#xA;          &lt;th&gt;Integration entry&lt;/th&gt;&#xA;          &lt;th&gt;Use it when&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;React or Next.js client components&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://authos.dev/docs/packages/authos-react/&#34;&gt;&lt;code&gt;@drmhse/authos-react&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;You want React providers and sign-in components.&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Vue 3 or Nuxt&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://authos.dev/docs/packages/authos-vue/&#34;&gt;&lt;code&gt;@drmhse/authos-vue&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;You want Vue application integration.&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Framework-agnostic browser code&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://authos.dev/docs/sdk/reference/auth/&#34;&gt;&lt;code&gt;@drmhse/sso-sdk&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;You want direct typed SDK calls and session handling.&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;Choose exactly one primary client for the first integration. Pin its exact&#xA;pre-1.0 version rather than depending on an unconstrained upgrade.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Integrate a Backend</title>
      <link>https://authos.dev/docs/guides/backend-integration/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://authos.dev/docs/guides/backend-integration/</guid>
      <description>&lt;p&gt;This guide connects server-side application code to AuthOS. It assumes an&#xA;operator has already installed and configured the platform.&lt;/p&gt;&#xA;&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;A reachable AuthOS base URL stored as server-side configuration&lt;/li&gt;&#xA;&lt;li&gt;Node.js 18 or newer and npm for the Node.js path&lt;/li&gt;&#xA;&lt;li&gt;A registered organization and service&lt;/li&gt;&#xA;&lt;li&gt;A clear choice between verifying interactive-user access tokens and acting as&#xA;a non-interactive service&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;choose-the-backend-boundary&#34;&gt;Choose the backend boundary&lt;/h2&gt;&#xA;&lt;p&gt;Use &lt;a href=&#34;https://authos.dev/docs/packages/authos-node/&#34;&gt;&lt;code&gt;@drmhse/authos-node&lt;/code&gt;&lt;/a&gt; when a Node.js&#xA;server needs token verification or Express middleware. Use the &lt;a href=&#34;https://authos.dev/docs/sdk/reference/service-api/&#34;&gt;Service API SDK&#xA;module&lt;/a&gt; and &lt;a href=&#34;https://authos.dev/docs/api/reference/service-api/&#34;&gt;Service API HTTP&#xA;reference&lt;/a&gt; for workloads that act&#xA;without an interactive browser session.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
