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

feat: add optional path #293

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aleksandra-miernik-stp
Copy link
Collaborator

Add optional path for Session Service Domain

@@ -155,13 +155,20 @@ const TAB_ID_TTL = 1000 * 60 * 60 * 24 * 30;
const globalWindow = () => window;

/**
* Provides Identity functionalty to a web page
* Utils for Identity
Copy link
Collaborator

@bogdan-niculescu-sch bogdan-niculescu-sch Jan 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wdyt about not exposing this? I don't think there's any reason to have this public, since it's used in Identity

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know, but there is a problem with tests. It's used by private method so there is no good way to test this.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I changed import source in tests and reverted export from main index file

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

Successfully merging this pull request may close these issues.

2 participants