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

Open page with qr code generated #283

Open
eerison opened this issue Feb 11, 2024 · 3 comments
Open

Open page with qr code generated #283

eerison opened this issue Feb 11, 2024 · 3 comments
Labels
feature request New feature

Comments

@eerison
Copy link

eerison commented Feb 11, 2024

Hello. Is there any way to open the page with the qr code already generated?

Maybe pass ssid and pass via , query parameters?

@bndw bndw added the feature request New feature label Feb 13, 2024
@bndw
Copy link
Owner

bndw commented Feb 13, 2024

Hi, there is currently no support for passing configuration via query parameters. I'm open to this addition if someone wants to contribute it. I think it'll need to pass in encryptionMode as well, at a minimum.

@ofostier
Copy link
Contributor

ofostier commented Jun 6, 2024

Hello there,
I created the PR 293 to add query parameters with all parameters available in the form also language ;)
Maybe need to complete the readme file
You can find the branch on my fork

@ofostier
Copy link
Contributor

ofostier commented Jun 6, 2024

Query parameters are :
ssid = string
password = string
encryptionMode = string WPA / WPA2-EAP / WEP
eapMethod = string default 'PWD'
eapIdentity = string
hidePassword = string true/false
hiddenSSID = string true/false
portrait = string true/false
additionalCards = number
hideTip = string true/false
lng = all available language id in translation.js file

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

No branches or pull requests

3 participants