Rajeh Taher
5e2e9dd139
Fix: Cannot read properties of undefined (reading 'features') // original: ( #1407 ) ( #1410 )
...
* Fix: Cannot read properties of undefined (reading 'features') (#1407 )
* Fix: Cannot read properties of undefined (reading 'features')
Find MD backend without features
* Fix for tests
* Update Client.js
* Update LegacySessionAuth.js
Co-authored-by: Shir Serlui <70711723+shirser121@users.noreply.github.com >
2022-04-21 17:15:00 -04:00
Fábio Dias
f88bd274be
fix(LocalAuth): logout method ( #1267 )
...
The logout method was trying to use a function call passing the "dataDir" as the "this" reference
2022-03-01 23:15:08 -04:00
Pedro Lopez
1b75d0d243
fix(LocalAuth): only throw user-supplied userDataDir error if path is different
...
fix #1261
2022-03-01 22:25:22 -04:00
inceabdullah
fc205ff530
fix: Cannot destructure property 'session' of 'undefined' as it is undefined. ( #1259 )
2022-02-28 22:59:54 -04:00
Pedro S. Lopez
f6de161c7d
Auth Strategies ( #1257 )
...
* auth strategies
* default to no auth
* rename base auth strategy
* rename base strategy cont.
* refactor auth strategy methods and LocalAuth
* activate old session options even if is falsy value
* move restartOnAuthFail to LegacyAuthStrategy option
* add link to guide item
* update example/shell
* types
2022-02-27 22:02:49 -04:00