expo-passkey
Version:
Passkey authentication for Expo apps with Better Auth integration
6 lines • 296 B
JavaScript
export { createRegisterEndpoint } from "./register";
export { createAuthenticateEndpoint } from "./authenticate";
export { createListEndpoint } from "./list";
export { createRevokeEndpoint } from "./revoke";
export { createChallengeEndpoint } from "./challenge";
//# sourceMappingURL=index.js.map