Skip to content
This repository was archived by the owner on Nov 1, 2022. It is now read-only.

andrewiggins/authie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

authie

A small JavaScript OAuth/OpenID Connect client library

Relevant docs

Required DOM APIs

TODO: Check MDN for polyfills too

  • Uint8Array
  • atob/btoa
  • crypto.getRandomValues
  • crypto.subtle.digest
  • String.fromCharCode
  • URL/URLSearchParams
    • Requires fetch also understand URLSearchParams
  • fetch
  • Promise
  • TextEncoder

About

A small JavaScript OAuth/OpenID Connect client library

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages