Skip to content

Latest commit

 

History

History
49 lines (41 loc) · 1.84 KB

setup-hanko-cloud.mdx

File metadata and controls

49 lines (41 loc) · 1.84 KB
sidebarTitle title
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>

You need to just follow these 5 quick steps.

To begin, head over to [Hanko](https://cloud.hanko.io/) and sign up.

Once you've signed up and verified your email, you'll be directed to create an organization.

With your organization set, it's time to kick off a new 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`.
<img width="500" src="/images/get-started/create-new-project-modal.png" />
Upon entering the Hanko console, copy the API URL. You'll need this for future integrations.

You're all set! Visit the [quickstarts](/quickstarts/fullstack/next) section to kick off your integration journey with your favorite frameworks.