erwindosianipar / sign-in-apple

OAuth Sign in with Apple official JavaScript SDK by Apple

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sign in with Apple

OAuth Sign in with Apple official JavaScript SDK by Apple

Setup Dependencies

Make sure to install the dependencies:

# make
$ make dep

# npm
$ npm install

Development Server

Start the development server:

# make
$ make dev

# npm
$ npm run dev

This will starting app default on http://localhost:3000

Production

Build the application for production:

# make
$ make build

# npm
$ npm run build

Locally preview production build:

# make
$ make preview

# npm
$ npm run preview

Image Previews

Index

Login

Valid

Dependencies

Dependency Documentation Description
jose https://github.com/panva/jose JWT decoder and validator
mixpanel https://github.com/mixpanel/mixpanel-js Tracking events
zod https://github.com/colinhacks/zod Type validation

About

OAuth Sign in with Apple official JavaScript SDK by Apple


Languages

Language:TypeScript 55.0%Language:Vue 30.2%Language:JavaScript 7.6%Language:CSS 5.4%Language:Makefile 1.8%