Skip to content

Instantly share code, notes, and snippets.

View N3cr0s1s's full-sized avatar
☠️

Necrosis N3cr0s1s

☠️
View GitHub Profile
@lemmensaxel
lemmensaxel / Auth.tsx
Last active December 24, 2025 11:34
React-native expo + keycloak PKCE flow implemented using expo AuthSession
import {
ActivityIndicator,
Button,
ScrollView,
Text,
View,
} from "react-native";
import * as AuthSession from "expo-auth-session";
import * as WebBrowser from "expo-web-browser";
import { useEffect, useState } from "react";