API Docs for: 0.25.0
Show:

OsfCookieAuthenticator Class

Extends Ember-simple-auth/BaseAuthenticator
Module: authenticators
Parent Module: ember-osf

Ember-simple-auth compatible authenticator based on session cookie.

Intended to be used with the authorizer of the same name.

Item Index

Methods

authenticate

(
  • code
)
Promise

For now, simply verify that a token is present and can be used

Parameters:

Returns:

invalidate

()

Send a request to the flask application to trigger invalidation of session remotely