Skip to content

Commit

Permalink
fix(authentication): add breaking change notice
Browse files Browse the repository at this point in the history
BREAKING CHANGE: PR #3590 rewrote type UserProfile, add the missing
breaking change tag here to amend the one in #3590
  • Loading branch information
jannyHou committed Sep 6, 2019
1 parent 28cef4e commit d390ff1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/authentication/README.md
Expand Up @@ -53,6 +53,14 @@ For a tutorial on how to add **JWT** authentication to an application, see
For some background on our design decisions, please read
[Multiple Authentication strategies](./docs/authentication-system.md).

## Note

Starting from version `@loobpack/authentication@3.0.0`, `UserProfile` needs to
be imported from @loopback/security and it's not backward compatible with the
one exported from `@loobpack/authentication@2.x`. Make sure you follow the
[new tutorial](https://loopback.io/doc/en/lb4/Loopback-component-authentication.html)
to build the authentication system.

## Contributions

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

0 comments on commit d390ff1

Please sign in to comment.