WordPress.org

मराठी

  • थीम
  • प्लगइन
  • बातम्या
  • मद्दत
  • वर्डप्रेस बद्दल
  • मराठी कार्यसंघ
  • संपर्क करा
  • वर्डप्रेस मिळवा
वर्डप्रेस मिळवा
WordPress.org

Plugin Directory

Qrogin QR Widgets

  • प्लगइन सादर करा
  • माझे आवडते
  • लॉग इन
  • प्लगइन सादर करा
  • माझे आवडते
  • लॉग इन

हे प्लगइन WordPress च्या शेवटच्या 3 महत्त्वाच्या प्रमुख पुनर्वितरणांच्या साथी चाचणी झालेले नाही. हे येथे वापरल्यास सामर्थ्य देणार नाही किंवा त्या आधारित असु शकते आणि WordPress च्या अधिक अद्ययावत आवृत्तींसह वापरताना संगतता समस्यांची शक्यता आहे.

Qrogin QR Widgets

NKChakshu कडून
डाउनलोड करा
  • तपशील
  • पुनरावलोकने
  • इंस्टॉलेशन
  • डेव्हलोपमेंट
समर्थन

वर्णन

QROGIN is a developer-friendly QR based social login platform delivering FIDO2 passkey-powered passwordless authentication, combining enterprise-grade security with easy integration and seamless identity management.
Using this plugin, developers will be able to generate tamper‑proof (time-limited & one-time use) QR codes and secure one‑click links(button) for QROGIN user-login/signup. The widgets talks to your QROGIN back‑end, displays a countdown, polls for authentication and then fires a JavaScript event so you can finish the flow your way.

Features

  • Three modes: QrWidget, QrWithLink, SecureLinkButton
  • Customise colours, labels and CSS classes from the shortcode
  • Accessible: countdown and refresh button included
  • Event‑driven – hook into qrogin-authenticated for SPA redirects
  • Works on any page/post or block editor pattern

Shortcode

[qrogin_qr_widgets]

Attributes:
See the “Attribute Reference” section below for all options.

Attribute Reference

  • base_url (required) – Endpoint that returns QR payload
  • status_base (required) – Endpoint polled to read auth status
  • tenant_id (required) – Your tenant/account ID
  • api_key (required) – API key issued by QROGIN
  • mode – QrWidget (default), QrWithLink, or SecureLinkButton
  • ttl_ms – Time‑to‑live in milliseconds (default: 55000)
  • poll_interval – Polling gap in milliseconds (default: 5000)
  • class – Extra classes for the widget wrapper
  • button_label – Button inner HTML (default: “Secure one‑time link”)
  • button_class – Extra classes for the button
  • button_style – Inline CSS for the button

Usage example: catching the authentication event

Add this script to your page (you can adjust the redirect URL):

<script>
document.querySelectorAll('.qrogin-qr-container').forEach(el => {
  el.addEventListener('qrogin-authenticated', e => {
    const { token, user_id } = e.detail;
    sessionStorage.setItem('qroginJwt', token);
    sessionStorage.setItem('userId', user_id);
    // Redirect to a safe location
    window.location.href = '/account'; // <- change this
  });
});
</script><h3>Privacy</h3>

This plugin sends only the fields you configure—tenant_id (also known as customer_id), api_key, and associated session data—to your own QROGIN back‑end. All traffic travels over HTTPS to QROGIN‑owned sub‑domains (*.qrogin.com) only. No data is transmitted to the plugin author or any other third‑party service.

स्क्रीनशॉट

  • QR widget and Secure Link Button in action (screenshot-1.png)

स्थापना

  1. Upload the plugin folder to /wp-content/plugins/ and activate it.
  2. Place the shortcode where you need the QR:

    [qrogin_qr_widgets base_url="https://sample.qrogin.com/qr (sample url - actual url will be provided privately)" status_base="https://sample.qrogin.com/status (sample url - actual url will be provided privately)" tenant_id="ACME123" api_key="YOUR_API_KEY" mode="QrWidget" (or QrWithLink or SecureLinkButton) ttl_ms="55000" poll_interval="5000" class="my-wrapper" button_label="Secure one‑time link" button_class="btn btn-primary" button_style="font-size:20px"
    ]

Important: Both base_url and status_base must be HTTPS endpoints hosted on a qrogin.com sub‑domain (e.g. https://auth.qrogin.com/...).

नेहमी विचारले जाणारे प्रश्न

The QR never changes colour – what gives?

Check your browser console for CORS errors. The base_url and status_base must be served over HTTPS and send the correct CORS headers.

Does it work with page builders?

Yes. The shortcode can be dropped into any text/html block.

समीक्षा

ह्या प्लगइनसाठी कोणतेही समीक्षण नाही.

योगदानकर्ते आणि विकसक

“Qrogin QR Widgets” हे मुक्त स्रोत सॉफ्टवेअर आहे. पुढील लोक या प्लगइनच्या निर्मितीत योगदान केले आहे.

योगदानकर्ते
  • NKChakshu

भाषांतर करा “Qrogin QR Widgets” तुमच्या भाषेत.

विकासातील आग्रह?

कोड ब्राउझ करा, SVN संग्रहालय तपासा, किंवा विकास लॉग च्या RSS द्वारे सदस्यता घ्या.

बदलांची यादी

1.0.0

  • First public release.

मेटा

  • आवृत्ती 1.0.0
  • शेवटचा अद्यतन 5 महिने पूर्वी
  • सक्रिय स्थापना 10 पेक्षा कमी
  • वर्डप्रेस आवृत्ती 5.8 किंवा मोठा
  • परीक्षित केले आहे 6.5.7
  • PHP आवृत्ती 7.4 किंवा मोठा
  • भाषा
    English (US)
  • टॅग्ज:
    authenticationloginoauthpasskeyqr
  • प्रगत दृश्य

मूल्यांकन

अजून कोणतीही पुनरावलोकने सबमिट केलेली नाहीत.

माझे समीक्षा जोडा

सर्व पुनरावलोकने पहा

योगदानकर्ते

  • NKChakshu

समर्थन

काहीतरी सांगायचं आहे का? मदतीची आवश्यकता आहे का?

समर्थन फोरम पहा

  • बद्दल
  • बातम्या
  • होस्टिंग
  • गोपनीयता
  • शोकेस
  • थीम्स
  • प्लगिन्स
  • पॅटर्नस्
  • शिका
  • सहाय्य
  • विकासक
  • WordPress.tv ↗
  • सहभागी व्हा
  • कार्यक्रम
  • दान करा ↗
  • भविष्यासाठी पाच
  • WordPress.com ↗
  • मॅट ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

मराठी

  • आमच्या X (एक्स) (पूर्वीचे ट्विटर) खात्याला भेट द्या
  • Visit our Bluesky account
  • Visit our Mastodon account
  • Visit our Threads account
  • आमच्या फेसबुक पेजला भेट द्या
  • आमच्या इंस्टाग्राम खात्याला भेट द्या
  • आमच्या लिंक्डइन खात्याला भेट द्या
  • Visit our TikTok account
  • आमच्या यूट्यूब चॅनेलला भेट द्या
  • Visit our Tumblr account
कोड कविता आहे