File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,14 @@ For a tutorial on how to add **JWT** authentication to an application, see
53
53
For some background on our design decisions, please read
54
54
[ Multiple Authentication strategies] ( ./docs/authentication-system.md ) .
55
55
56
+ ## Note
57
+
58
+ Starting from version ` @loobpack/authentication@3.0.0 ` , ` UserProfile ` needs to
59
+ be imported from @loopback/security and it's not backward compatible with the
60
+ one exported from ` @loobpack/authentication@2.x ` . Make sure you follow the
61
+ [ new tutorial] ( https://loopback.io/doc/en/lb4/Loopback-component-authentication.html )
62
+ to build the authentication system.
63
+
56
64
## Contributions
57
65
58
66
- [ Guidelines] ( https://github.com/strongloop/loopback-next/blob/master/docs/CONTRIBUTING.md )
You can’t perform that action at this time.
0 commit comments