You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to implement Ember Nexus API #59, tokens require a new property called state, which must be set to ACTIVE in order for the token to be working.
Tasks:
Add property state: 'ACTIVE' to all existing tokens.
Add a new testcase with three tokens of the states ACTIVE, REVOKED and EXPIRED.
The text was updated successfully, but these errors were encountered:
In order to implement Ember Nexus API #59, tokens require a new property called
state
, which must be set toACTIVE
in order for the token to be working.Tasks:
state: 'ACTIVE'
to all existing tokens.ACTIVE
,REVOKED
andEXPIRED
.The text was updated successfully, but these errors were encountered: