Skip to content

andychow326/authgear-sdk-js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

754 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authgear SDK for JavaScript

@authgear/web @authgear/web @authgear/react-native @authgear/react-native License

Getting Started

Web

https://docs.authgear.com/get-started/website

React Native

https://docs.authgear.com/get-started/react-native

Documentation

View the API Reference at https://authgear.github.io/authgear-sdk-js/.

View Authgear Documentation at https://docs.authgear.com/

Contributing

First, fork the repository.

$ git clone --branch master git@github.com:<myusername>/authgear-sdk-js.git
$ cd authgear-sdk-js
$ npm ci
$ npm run lerna bootstrap
$ (cd website && yarn install --frozen-lockfile)

Releasing

First, ensure these tools are installed:

Also, Git should be configured to be able to sign using GPG keys, and npm should be logged in as appropriate user.

# VERSION should be in format like "0.1.0"
$ GIT_USER=<github-username> GITHUB_TOKEN=<github-token> GIT_BRANCH=master VERSION=<new-version> ./scripts/release.sh

Known issues

Apple silicon

See facebook/react-native#29605 (comment)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 53.6%
  • Java 23.2%
  • Objective-C 15.5%
  • JavaScript 4.9%
  • Shell 0.8%
  • Makefile 0.6%
  • Other 1.4%