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

vuexOidcProcessSignInCallback type is wrong #210

Open
limeandcoconut opened this issue May 22, 2024 · 2 comments
Open

vuexOidcProcessSignInCallback type is wrong #210

limeandcoconut opened this issue May 22, 2024 · 2 comments

Comments

@limeandcoconut
Copy link

Problem:
vuexOidcProcessSignInCallback is typed as returning void but actually returns a string.

Expected:

export function vuexOidcProcessSignInCallback(settings: VuexOidcClientSettings): string;

Currently we need to work around by double casting.

const redirectPath = await vuexOidcProcessSignInCallback(settings) as unknown as string
@perarnborg
Copy link
Owner

Thanks for reporting. I will correct this within short!

@limeandcoconut
Copy link
Author

Checking in on this. Is it planned for any specific release?

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

2 participants