Socket
Socket
Sign inDemoInstall

msas

Package Overview
Dependencies
2
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    msas

A simple wrapper over msal.js to simplify development


Version published
Maintainers
1
Created

Readme

Source

MSAS

A simple wrapper over msal.js to simplify development

It is intended to be used as a service. The only function is useMsas. This is a factory function that takes your authentication parameters as arguments and returns 3 functions:

  • login
  • logout
  • verifyAccount

Authentication is via popups, and token confirmation is silent (if an error occurs, the token will be confirmed with a popup).

Each function (except logout) returns information about the user, which allows you to save it or use it to control the authorization process in the UI.

The verifyAccount function tries to find information about the user in the browser's storage and, if successful, updates the token. In case of failure, the login function is called.

All exceptions are handled, which makes it possible to describe different cases. For example, handle the 401 error as you please.

NOTE: Multiple accounts are not supported

FAQs

Last updated on 14 Apr 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc