sidebarTitle | title | description |
---|---|---|
Set up Hanko Cloud |
Getting Started with Hanko Cloud |
This guide will walk you through the initial set up process so that you can easily integrate Hanko Cloud into your projects. |
Here's a quick video, to help you set up Hanko Cloud.
<iframe className="w-full aspect-video" src="https://www.youtube.com/embed/dSeYqEhqZc0?si=anD8PLuU7khVRfDw" title="Setup Hanko Cloud" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen ></iframe>To begin, head over to [Hanko](https://cloud.hanko.io/) and sign up. Once you've signed up, you'll be directed to create an organization. With your organization set, it's time to kick off a new project. Choose 'Authentication and user management' and click on 'Create project'.
Input your project name and provide your app's URL. For the app URL, make sure to enter the full URL including `http://` or `https://` and the port in case it's localhost, e.g. `http://localhost:3000`.
<Frame>
<img src="/images/get-started/create-new-project-modal.png" style={{ borderRadius: '0.5rem' }}/>
</Frame>