• T
    Convert AccessTokenValidationService into a class. · b303948f
    Timothy Andrew 提交于
    - Previously, AccessTokenValidationService was a module, and all its  public
    methods accepted a token. It makes sense to convert it to a class which accepts
    a token during initialization.
    
    - Also rename the `sufficient_scope?` method to `include_any_scope?`
    
    - Based on feedback from @rymai
    b303948f
access_token_validation_service_spec.rb 1.6 KB