- //
- Added a default seeder that seeds a
User
and an oauthClient
.
- Front-end routes receive the password reset and invitation token in the url (ex:
/invitation/accept/{token}
and/password/reset/{token}
). - Invitations and password resets gave away if an email was used in the application, this has been fixed.
- Invitations and password resets now give a status
400
instead of a422
as a422
is expected to be a proper validation error response.
laravel/passport
(OAuth2) for authentication.- User crud.
- User invitation (when storing a new user).
- Password resets.
- LocaleSelector middleware (reads the locale from the
Accept-Language
header).