Skip to content

Commit

Permalink
Add more authenticatable notes to UPGRADE_NOTES (#891)
Browse files Browse the repository at this point in the history
  • Loading branch information
KCErb authored and paulcsmith committed Sep 6, 2019
1 parent d05516d commit f2de09c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions UPGRADE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,9 @@ end
```
</details>

- Update `sign_in_user.cr` to match [the new template](https://github.com/luckyframework/lucky_cli/blob/c45e1860751bba25a16120402f93e7537c0be5b5/src/base_authentication_app_skeleton/src/operations/sign_in_user.cr).
- Rename the `FindAuthenticatable` mixin to `UserFromEmail`, again the Lucky CLI [template](https://github.com/luckyframework/lucky_cli/blob/c45e1860751bba25a16120402f93e7537c0be5b5/src/base_authentication_app_skeleton/src/operations/mixins/user_from_email.cr) is a helpful guide.

## Upgrading from 0.15 to 0.16

- Upgrade to crystal 0.30.0
Expand Down

0 comments on commit f2de09c

Please sign in to comment.