# mainmatter/ember-simple-auth

A library for implementing authentication/authorization in Ember.js applications.

Repository: https://github.com/mainmatter/ember-simple-auth
Canonical: https://ross.abutalabs.com/products/ember-simple-auth
Homepage: https://ember-simple-auth.com
Language: JavaScript
License: MIT
License Family: permissive
Topics: ember, auth, session-management
Last push: 2026-08-26T12:59:13+00:00

## Health v2 (maintenance only)
Score: 91/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 76, longevity 100
- inputs: {"age_days": 4747, "days_push": 7, "days_rel": 81, "gap_med": 59, "n_releases_24m": 12}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1908, forks 593 (observed 2026-08-28T04:05:52.677044+00:00)

## What it is
Ember Simple Auth is a lightweight library for implementing authentication and authorization in Ember.js applications. It maintains a client-side session with pluggable authenticators and session stores, supporting custom backends and external providers.

## Use cases
- add login and logout to an Ember.js app
- maintain a client-side session across tabs
- authenticate against an external OAuth provider like Facebook or GitHub
- authorize API requests with tokens
- store session state persistently in the browser

## When to choose
- you are building an Ember.js application that needs user authentication
- you want pluggable, extensible auth strategies with minimal app structure requirements
- you need session synchronization across multiple browser tabs

## When to avoid
- your app is not built with Ember.js
- you need server-side session management only
- you require IE11 support

## Facets
- artifact type: library
- maturity: active
- function: auth, authorization, middleware
- domain: web-development, frontend, security
- platform: browser
- tags: ember, ember-addon, session-management, authentication, javascript, nodejs, web-server

## Member repositories
- mainmatter/ember-simple-auth (main) score 91

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:52.677044+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:11:13.518022+00:00, confidence not recorded.
  - readme: https://github.com/mainmatter/ember-simple-auth (fetched 2026-08-28T04:05:52.677044+00:00, sha 0d38a7a29af5)
  - homepage: https://ember-simple-auth.com (fetched 2026-08-29T10:50:42.716860+00:00, sha cace69222389)
  - registry_npm: https://registry.npmjs.org/ember-simple-auth (fetched 2026-08-29T10:50:42.727888+00:00, sha 2a07633dc609)
  - site_page: https://ember-simple-auth.com/api (fetched 2026-08-29T10:50:42.725967+00:00, sha 369b1b34f89d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
