-
Notifications
You must be signed in to change notification settings - Fork 436
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
How do we control the dimension of the popup that the authorizeWithPopUp method opens? #1043
Comments
You can pass the options as a param and the options are set as follows: angular-auth-oidc-client/projects/angular-auth-oidc-client/src/lib/login/popup/popup.service.ts Line 59 in 630f4e7
So just pass what you need. Greetings Damien |
Maybe we can document this better. Ah and I forgot to expose the options! fixing this now. |
Thank you @FabianGosebrink . Will pull the latest package and give it a try. |
Please see the attached PR: It is not merged yet. Please stay tuned here :) |
@Sudharsan-Narayanasamy Will be released in the next minor version, Thanks for reporting. Greetings Damien |
@damienbod Thanks for the update. Do you have any time frame on when it will be released ? |
Hi @Sudharsan-Narayanasamy It will probably be Friday or Saturday, I would like to get 2 other small fixes into the release, hope this is ok Greetings Damien |
Thank you @damienbod . Absolutely okay. |
How do we control the dimension of the popup that the authorizeWithPopUp method opens ? Is it possible ?
I see that the LoginService exposes a method called loginWithPopUp that takes in popupOptions as an additional argument. But I am not sure of how to use it. Not much documentation on this. How different is this method compared to authorizeWithPopUp ?
Can you please clarify ?
The text was updated successfully, but these errors were encountered: