You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

ember-simple-auth-chrome-app

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-simple-auth-chrome-app

An ember-simple-auth session-store for Chrome apps

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

Ember Simple Auth Chrome App

Build Status

This addon provides a session-store for ember-simple-auth that uses chrome.storage.local for usage in chrome apps.

Installation

ember install ember-simple-auth-chrome-app

Configuration

By default, no extra configuration is needed. If you want to extend the session-store, for example to override the key that will be used to store the session, you can import the chrome store or the adaptive store like this:

import AdaptiveStore from 'ember-simple-auth-chrome-app/session-stores/adaptive';

export AdaptiveStore.extend({
  localStorageKey: 'custom_key',
  chromeStorageKey: 'custom_key'
});

Keywords

ember-addon

FAQs

Package last updated on 28 Jun 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