Summary:
- username is now used instead of user id in url routes
- username may only contain alphanumeric characters
- username is now a required user attribute
- user attribute validation is no enforced everywhere (was missing at a few places via cli before)
What's Changed
- User username as route parameter instead of user id by @leepeuker in #70
Full Changelog: 0.17.0...0.18.0