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 9802ea8
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`, type `UserProfile` is
extracted into package `@loopback/security`, and contains breaking change of its
members, make sure you follow the
[new tutorial](https://loopback.io/doc/en/lb4/Loopback-component-authentication.html)
when build the authentication system.

## Contributions

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

0 comments on commit 9802ea8

Please sign in to comment.