You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While creating a new account, "USER" authority will be added by default, thus clients concerned about registering users only no need to specify 'authorities' explicitly
Searching product by name now supports partial words as well (Refer PostgreSQL Full Text Search to know more)
Added DELETE endpoint for users (DELETE /api/v2/users/{username}). This endpoint is restricted to Admin users only
Endpoints returning user specific data will now return '404 Not Found' instead of '401 Unauthorized' when username was not found