Skip to content
This repository was archived by the owner on Aug 22, 2024. It is now read-only.
This repository was archived by the owner on Aug 22, 2024. It is now read-only.

config url : use host, port, path and secure as parameters #52

@mikbry

Description

@mikbry

in auth | api you could have these 3 parameters:

  • host : present in both, or present only in api, or not present you should use window.location to get it
  • port : present in both, or present only in api, or not present you should use window.location to get it
  • path: mandatory and different for both api/auth and need to check if it start and or end with '/' and made the change according to create a valid url
  • secure : boolean to set SSL protocol as https or wss. it is not a mandatory parameter.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions