Skip to content

Commit 4122488

Browse files
committed
fix(authentication): add breaking change notice
BREAKING CHANGE: PR #3590 rewrote type UserProfile, add the missing breaking change tag here to amend the one in #3590
1 parent 28cef4e commit 4122488

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/authentication/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,14 @@ For a tutorial on how to add **JWT** authentication to an application, see
5353
For some background on our design decisions, please read
5454
[Multiple Authentication strategies](./docs/authentication-system.md).
5555

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+
5664
## Contributions
5765

5866
- [Guidelines](https://github.com/strongloop/loopback-next/blob/master/docs/CONTRIBUTING.md)

0 commit comments

Comments
 (0)