Skip to content
Snippets Groups Projects
  • Julien Boeuf's avatar
    8ca294e4
    Refactoring the core security code. · 8ca294e4
    Julien Boeuf authored
    As opposed to a flat directory, we now have the following structure:
    
    - security
      -context
      - credentials
        - composite
        - fake
        - google_default
        - iam
        - jwt
        - oauth2
        - plugin
        - ssl
      - transport
      - util
    
    We have not refactored the test code yet but this PR is already large
    enough...
    8ca294e4
    History
    Refactoring the core security code.
    Julien Boeuf authored
    As opposed to a flat directory, we now have the following structure:
    
    - security
      -context
      - credentials
        - composite
        - fake
        - google_default
        - iam
        - jwt
        - oauth2
        - plugin
        - ssl
      - transport
      - util
    
    We have not refactored the test code yet but this PR is already large
    enough...