Protect a Page or Screen with Login
In this guide, you will add a page or screen to your application that can only be accessed when a user is signed in. You will be using Ory's Identity Service and SDKs to achieve this.
Before you start make sure to either
- have a running Ory Cloud Project;
- or are running Ory's Identity service (Ory Kratos) on your machine.
Pick Your Technology
📄️ NodeJS / ExpressJS
Create ExpressJS App
📄️ Flutter Web application
Create Flutter Web App
📄️ Go Web application
Create Go App
📄️ Protect a Page or Screen with Login
In this guide, you will add a page or screen to your application that can only be accessed when a user is signed in. You will be
📄️ Next.js
Create Next.js App
📄️ PHP
Create PHP App