Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX #28, Fix #29 #31

Closed
wants to merge 1 commit into from
Closed

FIX #28, Fix #29 #31

wants to merge 1 commit into from

Commits on Apr 10, 2019

  1. FIX #28

    - Deprecated Import#Subject and Import#To, replaced by Import#RemoteSubject and Import#LocalSubject respectively.
    - On read, Import#Subject is mapped to Import#RemoteSubject and Import#Subject is cleared
    - On read, Import#To is mapped to Import#LocalSubject and Import#To is cleared
    - Added Migrated() to claim interface to allow toolchains understand if a JWT was migrated, all code must be updated to refer only to RemoteSubject and LocalSubject.
    
    Fix #30 - Removed restriction where services cannot have wildcards. Of course they can.
    
    Fixed linter warnings about errors and url collisions.
    aricart committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    d7676b8 View commit details
    Browse the repository at this point in the history