ember-simple-auth icon indicating copy to clipboard operation
ember-simple-auth copied to clipboard

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

Results 125 ember-simple-auth issues
Sort by recently updated
recently updated
newest added

Currently ember-simple-auth is using ember-qunit 4 which does not support ember 4. I have upgraded ember-simple-auth to ember-qunit 5. ember-qunit 5 does not support ember 3.0 so I have removed...

breaking

- updates ember-cli-fastboot-testing to 0.6.0 is blocked by #2444

dependencies

Continuing from my comment here, there isn't any info about this in the docs so yet. https://github.com/simplabs/ember-simple-auth/pull/2285#issuecomment-807876500 As far as I understand this is the preferred way to set a...

@bertdeblock 👋 This PR is ready for your review.

breaking

I am currently upgrading Ember version to `4.4` and now i get this depreciation with id `ember-polyfills.deprecate-assign` Seems it comes from `ember-simple-auth/addon/utils/assign.js` More info: https://deprecations.emberjs.com/v4.x/ versions `ember-simple-auth`: `4.2.2` `ember-source` and...

The Torii addon has 72 open issues and 38 pull requests. It has not been updated for over 3 years. At this time, Torii is required in order to use...

When having multiple tabs open, each tab tracks when it needs to refresh the token. When one of the tabs refresh it, other tabs get the new values, however, they...

This aims to be the foundation for replacing the deprecated and abandoned torii ember addon and the authenticator we deprecated that relied on it. Scope of this PR / authenticator:...

enhancement

Session stores extend from the Ember object so you do need the `@classic` decorator when using native class syntax. This should be documented in the README. If you like, I...

Access tokens are bearer tokens, so they contain the information regarding what this user is allowed to do. Scenario: 1. Administrator increases the rights of the logged in user. 2....

enhancement