Releases: danschultzer/ex_oauth2_provider
Releases · danschultzer/ex_oauth2_provider
v0.4.2
v0.4.1
v0.4.0
v0.3.3
Bug fixes
- Different scoped access tokens can be accessed with
OauthAccessToken.get_matching_token_for/3
#32 - Expired tokens no longer returned with
OauthAccessToken.get_matching_token_for/3
#30
Deprecations
OauthAccessTokens.get_active_tokens_for/1
has been deprecated in favor ofOauthAccessTokens.get_authorized_tokens_for/1
#30
v0.3.2
v0.3.1
v0.3.0
Changes
- Better handling of UUID (#24)
- The app will compile out of the box when following the readme
foreign_key_type
is defined in the config instead of auto detected (since theUser
module will always be compiled after dependencies)UUID
schema macro now included for easy:uuid
primary keys tables
v0.2.3
Changes
- Relax requirement for Ecto (#22)
- Permit custom schema modules to be used (#21)
- Loads association keys dynamically (#22)
resource_owner
with:uuid
type now works (#21)- Mix argument
--uuid TABLES
will generate migration file for the tables with UUID support.resource_owner
will only set the owner associations to:uuid
type,all
will change all tables to use:uuid
as primary key and association key type (#21)