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
This application depends on @loopback/authentication package.
Just recently, the passport adapter was moved into its own package : @loopback/authentication-passport .
All references to passport in @loopback/authentication was recently removed in PR loopbackio/loopback-next#3224 . Once this change is released, then this shopping cart example's package.json and package-lock.json needs to be updated to new version numbers, and needs to remove all 'passport' references.
This application depends on @loopback/authentication package.
Just recently, the passport adapter was moved into its own package : @loopback/authentication-passport .
All references to passport in @loopback/authentication was recently removed in PR
loopbackio/loopback-next#3224 . Once this change is released, then this shopping cart example's package.json and package-lock.json needs to be updated to new version numbers, and needs to remove all 'passport' references.
Related to recent work done for a passport adapter : loopbackio/loopback-next#2311
Acceptance Criteria
The text was updated successfully, but these errors were encountered: