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

Environment specific part of ego path /api whould be env prop not part of ego URI #217

Open
joneubank opened this issue Aug 24, 2021 · 1 comment

Comments

@joneubank
Copy link
Member

`/api/oauth/token?client_id=${egoClientId}&client_secret=${egoClientSecret}&grant_type=client_credentials`

Need to move the /api into the env properties and out of this line. Confirm all other ego URL references are updated to comply.

@joneubank
Copy link
Member Author

Here as well:

const url = urljoin(EGO_URL, "api/oauth/token/public_key");

A search didn't reveal any others but need to double check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant