Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

radiokit-toolkit-auth

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

radiokit-toolkit-auth

RadioKit Toolkit for authentication

  • 1.0.9
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

RadioKit JS Toolkit: Authentication

High-level JavaScript API for performing authentication against RadioKit systems.

Development

  • Clone the repo
  • Enter dir with the project
  • Install NPM packages: npm install

Building

  • Type npm run build-browser

Browser-compatible version will be located in dist/browser/.

Sample usage

Then you can type in the browser console e.g.

RadioKitToolkitAuth.Session.User.authenticateAsync('a@a.pl', 'pass')
  .then((session) => {
    console.log('accessToken', session.getAccessToken());
    console.log('user', session.getUser());
  })
  .error(reason) => {
    throw new reason;
  }

Authors

Marcin Lewandowski marcin@radiokit.org Tomasz Pałys tomasz.palys@swmansion.com

License

MIT

FAQs

Package last updated on 03 Feb 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc