Highlights - Changing the name of methods to a simpler format: - `get_user_id()` to `user_id()` - `get_shops()` to `shops()` - `get_organizations()` to `organizations()` - `get_token()` to `token()`
Features - Retrieve the decoded data: `data()`
Fixes
0.2.0
Highlight - First version
Features - retrieve the user id: `get_user_id()` - retrieve the shop claims: `get_shops()` - retrieve the organization claims: `get_organizations()` - retrieve the original token: `get_token()`