Skip to content

Releases: canjs/can-connect-feathers

Support 2FA response types in session behavior

04 Oct 17:35
Compare
Choose a tag to compare

See more details in #88

This release also removes zone.ignore wrapper in session.js

can-reflect

23 Jun 02:18
Compare
Choose a tag to compare
v3.6.0

3.6.0

Fix CanZone related bug with `Session.current`

03 May 22:26
Compare
Choose a tag to compare

The implicit authentication when reading Session.current was breaking when zones changed. This release wraps it in a Zone.ignore to prevent that error from occurring.

Fix all socket.io imports

15 Mar 17:19
Compare
Choose a tag to compare

upgrade feathers-authentication-client and docs fixes

call session.get() only if session.current is undefined (not null)

15 Mar 17:23
Compare
Choose a tag to compare

session states: null for non-auth

15 Mar 17:24
Compare
Choose a tag to compare

Revert session tokendata

15 Mar 17:24
Compare
Choose a tag to compare

set isAuthenticated flag for session

15 Mar 17:26
Compare
Choose a tag to compare

Return stored token data in initial session.

15 Mar 17:27
Compare
Choose a tag to compare