- The AuthController was removed and splited into Single Action Controllers
- Added some Traits to keep the code simple
- Activate user by email is now working
- Inactive users can't reset they passwords
- German language
- I forgot to track it here and I'm too lazy to find out the changes. ¯_(ツ)_/¯
- Updating
tymon/jwt-auth
version - Routes changes
- Named route support under
api.auth.*
/api/auth/account_activation
is now/api/auth/account-activation
/api/auth/forgot_password
is now/api/auth/forgot-password
/api/auth/reset_password
is now/api/auth/reset-password
/api/auth/reset_token
is now/api/auth/reset-token
- Named route support under
- The route
/api/auth/reset-token
is now protected byjwt
- Added new route
/api/auth/me
protected byjwt
, returns the user
- Added more settings to the configuration form
- Support to
RanLab.User
eventsrainlab.user.beforeAuthenticate
rainlab.user.beforeRegister
rainlab.user.register
- Handling with blacklisted tokens
- Added CHANGELOG.md
- Now you can login using
username
oremail
depends onloginAttribute
configured byRainLab.User
- Adding support to Brazilian Portuguese (Suporte ao idioma Português do Brasil)
- User object to the refresh endpoint response
- Small bug on refresh token endpoint
- Refresh token endpoint
- URL on email templates
- Ads JWTAuth Facade
- Ads JWTFactory Facade
- Tested with October CMS build 428 (Laravel 5.5 and last RainLab.User 1.4.3)
- Adding settings support
- Plugin's first release.