چھوڑو تے مواد تے ون٘ڄو
WordPress.org

سرائیکی

  • تھیم
  • پلڳ ان
  • بارے
  • ورڈپریس گھن گھنو
ورڈپریس گھن گھنو
WordPress.org

Plugin Directory

Auto Login for Sakura Rental Server

  • Submit a plugin
  • My favorites
  • Log in
  • Submit a plugin
  • My favorites
  • Log in

Auto Login for Sakura Rental Server

sakurainternet کنوں
ڈاؤن لوڈ
  • تفصیلاں
  • ریویو
  • انسٹال کرݨ
  • ڈیویلپمنٹ
معاونت

تفصیل

Auto Login for Sakura Rental Server allows administrators to issue one-time, time-limited auto-login URLs using HMAC signatures.
This is useful for secure temporary access or system integration.

Features:
– Secure auto-login with one-time tokens
– Tokens are HMAC-signed and invalidated after use
– Token issuance and usage history (up to 100 entries per user)
– Records IP address and username of the issuer
– Rate limiting: 1 request per second per IP
– WP-CLI commands for token generation and history inspection

Example use cases:
– Temporarily granting admin access
– Safe automatic login from external systems
– Keeping an audit log of who issued a token and from where

Usage

Generate a token via CLI

wp auto-login-for-sakura-rental-server generate <user_id> [–expires=] [–remote_addr=] [–username=]

Example:

  • Default expiration time: 300 seconds
  • --expires and --username are optional

Check issue history

Token history is stored in the user meta key sakura_auto_login_history.
You can check it via WP-CLI:

wp user meta get sakura_auto_login_history

Auto-login URL format

https://example.com/?rs_auto_login_token=<64-character HMAC token>

Visiting the URL will log in as the corresponding user and redirect to the admin dashboard.

Security Notes

  • Tokens are invalidated immediately after use (one-time only)
  • Issue and usage history includes IP address, issuer username, and timestamps
  • Stored using update_option() for caching compatibility
  • HTTPS is strongly recommended

انسٹال کرݨ

  1. Upload the plugin to /wp-content/plugins/auto-login-for-sakura-rental-server/.
  2. Activate it through the Plugins menu in WordPress.

ہرہک دے سوال

Can I revoke a token manually?

Yes. Run sakura_auto_login_delete_token('<token>').

What happens if the URL leaks?

Anyone with the URL can log in as the target user until the token expires. Always use HTTPS and handle URLs carefully.

ریویو

There are no reviews for this plugin.

Contributors & Developers

“Auto Login for Sakura Rental Server” is open source software. The following people have contributed to this plugin.

حصہ پاوݨ آلے
  • sakurainternet

“Auto Login for Sakura Rental Server&#8221 دا آپݨی زبان وچ ترجمہ کرو۔

ڈیویلپمنٹ وچ دلچسپی ہے؟

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

تبدیلی لاگ

1.0.0

  • Initial release

1.0.1

  • Bugfix release

1.0.2

  • Internal changes release

1.0.3

  • Readme changes release

1.0.4

  • Readme changes release

1.0.5

  • Bugfix release

میٹا

  • Version 1.0.5
  • Last updated 3 مہینے پہلے
  • Active installations 10,000+
  • WordPress version 5.0 یا ودھ
  • Tested up to 6.8.6
  • PHP version 7.4 یا ودھ
  • Language
    English (US)
  • Tags
    auto loginclilogintoken
  • اعلیٰ منظر

ریٹنگ

No reviews have been submitted yet.

Your review

See all reviews

حصہ پاوݨ آلے

  • sakurainternet

معاونت

Got something to say? Need help?

معاونت فورم ݙیکھو

  • تعارف
  • News
  • ہوسٹ کرݨ
  • رازداری
  • Showcase
  • Themes
  • Plugins
  • Patterns
  • Learn
  • Support
  • Developers
  • WordPress.tv ↗
  • Get Involved
  • Events
  • عطیہ ݙیوو ↖
  • Five for the Future
  • WordPress.com ↗
  • Matt ↗
  • بی‌بی‌پرس ↖
  • BuddyPress ↗
WordPress.org
WordPress.org

سرائیکی

  • Visit our X (formerly Twitter) account
  • Visit our Bluesky account
  • Visit our Mastodon account
  • Visit our Threads account
  • Visit our Facebook page
  • Visit our Instagram account
  • Visit our LinkedIn account
  • Visit our TikTok account
  • Visit our YouTube channel
  • Visit our Tumblr account
کوڈ شاعری ہے
The WordPress® trademark is the intellectual property of the WordPress Foundation.