Skip to content

Latest commit

 

History

History
27 lines (25 loc) · 957 Bytes

File metadata and controls

27 lines (25 loc) · 957 Bytes

TODO refactoring plan

Config refactoring

  • refactor server composer
  • implement config files instead fo set of main files
  • refactor config file from flat to tree structure
  • refactor session service
  • refactor token service model
  • refactor key storage
  • refactor token service creation with configurator
  • refactor server creation
  • Check crash scenarious
  • release V2 beta branch
  • implement dump data import
  • implement app setting to validate HMAC signature (Web apps disabled by default)
  • implement integration testing
  • html/routes.go - check for we need static files handler?
  • check config file change monitoring
  • check S3 config file support
  • check S3 config file reloading
  • check template data deployment
    • from static data
    • from S3
    • from dynamodb
  • refactor and fix jwt/token_test.go
  • implement initializer with JWKS URL .well-known