Skip to content

Leexi-ai/capacitor-web-auth

 
 

Repository files navigation

capacitor-web-auth

Plugin for iOS ASWebAuthenticationSession API

Install

npm install capacitor-web-auth
npx cap sync

API

login(...)

login(options: { url: string; redirectScheme: string; }) => Promise<{ value: string; }>
Param Type
options { url: string; redirectScheme: string; }

Returns: Promise<{ value: string; }>


About

A nice wrapper around ASWebAuthenticationSession

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Swift 32.9%
  • Java 19.5%
  • TypeScript 17.6%
  • CSS 10.3%
  • Ruby 9.7%
  • JavaScript 4.0%
  • Other 6.0%