{"id":4391,"date":"2014-05-17T09:35:14","date_gmt":"2014-05-17T09:35:14","guid":{"rendered":"http:\/\/demo.momizat.net\/goodnews\/?p=201"},"modified":"2014-05-17T09:35:14","modified_gmt":"2014-05-17T09:35:14","slug":"google-two-factor-authentication","status":"publish","type":"post","link":"https:\/\/vijayeeupneta.in\/?p=4391","title":{"rendered":"Google Two-Factor Authentication"},"content":{"rendered":"<figure class=\"final-product final-product--image\"><img decoding=\"async\" src=\"https:\/\/cms-assets.tutsplus.com\/uploads\/users\/317\/posts\/22263\/final_image\/preview.jpg\" alt=\"Final product image\" \/><figcaption>What You&#8217;ll Be Creating<\/figcaption><\/figure>\n<p><a href=\"http:\/\/codex.wordpress.org\/Brute_Force_Attacks\" target=\"_self\" rel=\"noopener\">Brute force login attacks<\/a> targeting WordPress sites are quite common, such as in April 2013 when <a href=\"http:\/\/mashable.com\/2013\/04\/15\/hackers-wordpress-blogs\/\" target=\"_self\" rel=\"noopener\">more than 90,000 sites were targeted<\/a>. There are a handful of good ways to protect yourself against these attacks:<\/p>\n<ul>\n<li>Choosing a strong administrator password<\/li>\n<li>Installing a plugin that guards against brute force logins, such <a href=\"https:\/\/wordpress.org\/plugins\/all-in-one-wp-security-and-firewall\/\" target=\"_self\" rel=\"noopener\">All in One WP Security<\/a> or <a href=\"https:\/\/wordpress.org\/plugins\/bruteprotect\/\" target=\"_self\" rel=\"noopener\">BruteProtect<\/a><\/li>\n<li>Changing the default wp-admin url with a plugin such as <a href=\"https:\/\/wordpress.org\/plugins\/hc-custom-wp-admin-url\/\" target=\"_self\" rel=\"noopener\">HC Custom URL<\/a><\/li>\n<\/ul>\n<p>However, I prefer to use a <a href=\"http:\/\/en.wikipedia.org\/wiki\/Two-step_verification\" target=\"_self\" rel=\"noopener\">two-factor authentication method<\/a> that requires a code from my phone to complete the login process. <a href=\"https:\/\/support.google.com\/accounts\/answer\/1066447?hl=en\" target=\"_self\" rel=\"noopener\">Google&#8217;s Authenticator<\/a> has been gaining ground as a mobile app for providing secure codes. In fact, you may already have the Google Authenticator app on your phone, as a number of web services are now integrating with it, including cloud file store provider <a href=\"https:\/\/www.dropbox.com\/\" target=\"_self\" rel=\"noopener\">Dropbox<\/a>, cloud hosting provider <a href=\"https:\/\/www.digitalocean.com\/\" target=\"_self\" rel=\"noopener\">Digital Ocean<\/a>, and name service provider <a href=\"http:\/\/gandi.net\/\" target=\"_self\" rel=\"noopener\">Gandi.net<\/a>.<\/p>\n<p>And, fortunately, there is a simple <a href=\"https:\/\/wordpress.org\/plugins\/google-authenticator\/\" target=\"_self\" rel=\"noopener\">WordPress plugin<\/a> by <a href=\"https:\/\/profiles.wordpress.org\/henrikschack\/\" target=\"_self\" rel=\"noopener\">Henrik Schack<\/a> that integrates with Google 2fa; it&#8217;s also called Google Authenticator. Installing and using this plugin is quite easy\u2014and the security benefit is significant.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/cms-assets.tutsplus.com\/uploads\/users\/317\/posts\/22263\/image\/google-auth-plugin.jpg\" alt=\"Google Authenticator WordPress Plugin by Henrik Schacks\" \/><\/p>\n<p>This tutorial will walk you through setting up the Google Authenticator WordPress plugin for your own sites.<\/p>\n<h2 class=\"nolinks\">Installing the Google Authenticator Plugin<\/h2>\n<p>From your WordPress Dashboard, go to install a new plugin and search for Google Authenticator, and click <strong>Install Now<\/strong>:<\/p>\n<figure class=\"post_image\"><img decoding=\"async\" src=\"https:\/\/cms-assets.tutsplus.com\/uploads\/users\/317\/posts\/22263\/image\/install-ga.jpg\" alt=\"Install the Google Authenticator Plugin\" \/><\/figure>\n<p>Then, click <strong>Activate Plugin<\/strong>:<\/p>\n<figure class=\"post_image\"><img decoding=\"async\" src=\"https:\/\/cms-assets.tutsplus.com\/uploads\/users\/317\/posts\/22263\/image\/installing.jpg\" alt=\"Activate the plugin\" \/><\/figure>\n<p>From the dashboard, click <strong>Users &gt; Your Profile<\/strong> and scroll down to the Google Authenticator settings:<\/p>\n<figure class=\"post_image\"><img decoding=\"async\" src=\"https:\/\/cms-assets.tutsplus.com\/uploads\/users\/317\/posts\/22263\/image\/authenticate-settings.jpg\" alt=\"Google Authenticator Plugin Settings\" \/><\/figure>\n<p>Click on the checkbox for <strong>Active<\/strong>. Modify the description so that you will recognize the site on your Google Authenticator mobile app and show the QR code.<\/p>\n<p>Note that the plugin works for multiple users\u2014and each user has the choice of enabling it for themselves.<\/p>\n<h3 class=\"nolinks\">Adding Your Site to the Mobile Authenticator App<\/h3>\n<p>From your mobile Google Authenticator App, click the upper right pen (for editing). Click the plus sign at the bottom for adding a site. Choose to scan the barcode and point your camera at the QR code. The process is quite fast.<\/p>\n<figure class=\"post_image\"><img decoding=\"async\" src=\"https:\/\/cms-assets.tutsplus.com\/uploads\/users\/317\/posts\/22263\/image\/mobile-setup2.jpg\" alt=\"Add Your WordPress Site to Mobile Google Authenticator App\" \/><\/figure>\n<p>Log out of your WordPress site and you should see the additional field for Google Authenticator on your login screen!<\/p>\n<figure class=\"post_image\"><img decoding=\"async\" src=\"https:\/\/cms-assets.tutsplus.com\/uploads\/users\/317\/posts\/22263\/image\/wp-login-2fa.jpg\" alt=\"WordPress Login with Google Authenticator Two Factor Authentication\" \/><\/figure>\n<p>To log in, enter your username and password as usual, but visit your Google Authenticator mobile app to get the additional code for logging in. The codes are time-critical and expire every few minutes.<\/p>\n<figure class=\"post_image\"><img decoding=\"async\" src=\"https:\/\/cms-assets.tutsplus.com\/uploads\/users\/317\/posts\/22263\/image\/get-the-code.jpg\" alt=\"Retrieve your mobile authenticator code to login\" \/><\/figure>\n<p>Congratulations, you&#8217;ve successfully implemented two-factor authentication on your WordPress site.<\/p>\n<h3 class=\"nolinks\">Troubleshooting<\/h3>\n<p>In writing this tutorial, I was accidentally logged out of my site before I had registered my site with the mobile app. I couldn&#8217;t log back in\u2014but luckily, there is a <a href=\"https:\/\/wordpress.org\/support\/topic\/logged-out-of-wp-admin-before-setting-up\" target=\"_self\" rel=\"noopener\">simple solution<\/a> listed on the plugin support page.<\/p>\n<p>I just had to log in via SSH to my server and change the name of the plugin folder temporarily. Then, I logged back into WordPress, reset the plugin folder name, added my site on my mobile app, and I was good to go.<\/p>\n<p>Another way to do this is through the database using a tool such as <a href=\"http:\/\/code.tutsplus.com\/tutorials\/installing-and-using-phpmyadmin-for-web-development--cms-21947\" target=\"_self\" rel=\"noopener\">PHPMyAdmin<\/a>and <a href=\"http:\/\/perishablepress.com\/quickly-disable-or-enable-all-wordpress-plugins-via-the-database\/\" target=\"_self\" rel=\"noopener\">these queries<\/a>. If you&#8217;re not self-hosting, you may need to request help from your hosting company.<\/p>\n<h2 class=\"nolinks\">In Closing<\/h2>\n<p>I hope you&#8217;ve found this useful; now go secure your WordPress sites.<\/p>\n<p>Please post any comments, corrections or additional ideas below. You can browse my other Tuts+ tutorials on <a href=\"http:\/\/tutsplus.com\/authors\/jeff-reifman\" target=\"_self\" rel=\"noopener\">my author page<\/a> or follow me on <a href=\"https:\/\/twitter.com\/intent\/user?screen_name=reifman\" target=\"_self\" rel=\"noopener\">Twitter @reifman<\/a>.<\/p>\n<p>&nbsp;<\/p>\n<p>from : http:\/\/code.tutsplus.com\/tutorials\/using-google-two-factor-authentication-with-wordpress&#8211;cms-22263<\/p>\n<blockquote class=\"mom_quote \" style=\"font-family:verdana;font-size:14px;font-style:italic;border-left-color:#dd9933; color:#474747; background-color:#F5F5F5; \"><span class=\"quote-arrow\" style=\"border-left-color:#dd9933;\"><\/span>This Demo Content Brought to you by <a href=\"http:\/\/momizat.com\/\" target=\"_blank\" rel=\"dofollow noopener\">Momizat Team<\/a> <\/blockquote>\n<h2>this is tags and keywords : wordpress themes momizat Tutorial wordpress  templates<\/h2>\n","protected":false},"excerpt":{"rendered":"<p>What You&#8217;ll Be Creating Brute force login attacks targeting WordPress sites are quite common, such as in April 2013 when more than 90,000 sites were targeted. There are a handful of good ways to protect yourself against these attacks: Choosing a strong administrator password Installing a plugin that guards against brute force logins, such All [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":202,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[1],"tags":[80,83,84,85,88],"aioseo_notices":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Google Two-Factor Authentication With WordPress<\/title>\n<meta name=\"description\" content=\"Brute force login attacks targeting WordPress sites are quite common, such as in April 2013 when more than 90,000 sites were targeted. Authentication There\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vijayeeupneta.in\/?p=4391\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Google Two-Factor Authentication With WordPress\" \/>\n<meta property=\"og:description\" content=\"Brute force login attacks targeting WordPress sites are quite common, such as in April 2013 when more than 90,000 sites were targeted. Authentication There\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vijayeeupneta.in\/?p=4391\" \/>\n<meta property=\"og:site_name\" content=\"Vijayee upneta\" \/>\n<meta property=\"article:published_time\" content=\"2014-05-17T09:35:14+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/vijayeeupneta.in\/wp-content\/uploads\/2014\/05\/mohamed-salah-chelsea-fc-wallpaper.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"835\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"padmakarkakade76@gmail.com\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"padmakarkakade76@gmail.com\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/vijayeeupneta.in\/?p=4391#article\",\"isPartOf\":{\"@id\":\"https:\/\/vijayeeupneta.in\/?p=4391\"},\"author\":{\"name\":\"padmakarkakade76@gmail.com\",\"@id\":\"https:\/\/vijayeeupneta.in\/#\/schema\/person\/5d679e33b84dc1892a42acf7bf80a023\"},\"headline\":\"Google Two-Factor Authentication\",\"datePublished\":\"2014-05-17T09:35:14+00:00\",\"dateModified\":\"2014-05-17T09:35:14+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/vijayeeupneta.in\/?p=4391\"},\"wordCount\":610,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/vijayeeupneta.in\/#organization\"},\"keywords\":[\"momizat\",\"templates\",\"themes\",\"Tutorial\",\"wordpress\"],\"articleSection\":[\"\u0915\u0932\u093e\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/vijayeeupneta.in\/?p=4391#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/vijayeeupneta.in\/?p=4391\",\"url\":\"https:\/\/vijayeeupneta.in\/?p=4391\",\"name\":\"Google Two-Factor Authentication With WordPress\",\"isPartOf\":{\"@id\":\"https:\/\/vijayeeupneta.in\/#website\"},\"datePublished\":\"2014-05-17T09:35:14+00:00\",\"dateModified\":\"2014-05-17T09:35:14+00:00\",\"description\":\"Brute force login attacks targeting WordPress sites are quite common, such as in April 2013 when more than 90,000 sites were targeted. Authentication There\",\"breadcrumb\":{\"@id\":\"https:\/\/vijayeeupneta.in\/?p=4391#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/vijayeeupneta.in\/?p=4391\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/vijayeeupneta.in\/?p=4391#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/vijayeeupneta.in\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Google Two-Factor Authentication\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/vijayeeupneta.in\/#website\",\"url\":\"https:\/\/vijayeeupneta.in\/\",\"name\":\"Vijayee upneta\",\"description\":\"Just another WordPress site\",\"publisher\":{\"@id\":\"https:\/\/vijayeeupneta.in\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/vijayeeupneta.in\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/vijayeeupneta.in\/#organization\",\"name\":\"Vijayee upneta\",\"url\":\"https:\/\/vijayeeupneta.in\/\",\"sameAs\":[],\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/vijayeeupneta.in\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/vijayeeupneta.in\/wp-content\/uploads\/2022\/10\/IMG-20221021-WA0004.jpg\",\"contentUrl\":\"https:\/\/vijayeeupneta.in\/wp-content\/uploads\/2022\/10\/IMG-20221021-WA0004.jpg\",\"width\":500,\"height\":500,\"caption\":\"Vijayee upneta\"},\"image\":{\"@id\":\"https:\/\/vijayeeupneta.in\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/vijayeeupneta.in\/#\/schema\/person\/5d679e33b84dc1892a42acf7bf80a023\",\"name\":\"padmakarkakade76@gmail.com\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/vijayeeupneta.in\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/72e3545e8c94bdc85b9824563c1a9cd7?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/72e3545e8c94bdc85b9824563c1a9cd7?s=96&d=mm&r=g\",\"caption\":\"padmakarkakade76@gmail.com\"},\"sameAs\":[\"http:\/\/vijayeeupneta.in\"],\"url\":\"https:\/\/vijayeeupneta.in\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Google Two-Factor Authentication With WordPress","description":"Brute force login attacks targeting WordPress sites are quite common, such as in April 2013 when more than 90,000 sites were targeted. Authentication There","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vijayeeupneta.in\/?p=4391","og_locale":"en_US","og_type":"article","og_title":"Google Two-Factor Authentication With WordPress","og_description":"Brute force login attacks targeting WordPress sites are quite common, such as in April 2013 when more than 90,000 sites were targeted. Authentication There","og_url":"https:\/\/vijayeeupneta.in\/?p=4391","og_site_name":"Vijayee upneta","article_published_time":"2014-05-17T09:35:14+00:00","og_image":[{"width":1280,"height":835,"url":"https:\/\/vijayeeupneta.in\/wp-content\/uploads\/2014\/05\/mohamed-salah-chelsea-fc-wallpaper.jpg","type":"image\/jpeg"}],"author":"padmakarkakade76@gmail.com","twitter_card":"summary_large_image","twitter_misc":{"Written by":"padmakarkakade76@gmail.com","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/vijayeeupneta.in\/?p=4391#article","isPartOf":{"@id":"https:\/\/vijayeeupneta.in\/?p=4391"},"author":{"name":"padmakarkakade76@gmail.com","@id":"https:\/\/vijayeeupneta.in\/#\/schema\/person\/5d679e33b84dc1892a42acf7bf80a023"},"headline":"Google Two-Factor Authentication","datePublished":"2014-05-17T09:35:14+00:00","dateModified":"2014-05-17T09:35:14+00:00","mainEntityOfPage":{"@id":"https:\/\/vijayeeupneta.in\/?p=4391"},"wordCount":610,"commentCount":0,"publisher":{"@id":"https:\/\/vijayeeupneta.in\/#organization"},"keywords":["momizat","templates","themes","Tutorial","wordpress"],"articleSection":["\u0915\u0932\u093e"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/vijayeeupneta.in\/?p=4391#respond"]}]},{"@type":"WebPage","@id":"https:\/\/vijayeeupneta.in\/?p=4391","url":"https:\/\/vijayeeupneta.in\/?p=4391","name":"Google Two-Factor Authentication With WordPress","isPartOf":{"@id":"https:\/\/vijayeeupneta.in\/#website"},"datePublished":"2014-05-17T09:35:14+00:00","dateModified":"2014-05-17T09:35:14+00:00","description":"Brute force login attacks targeting WordPress sites are quite common, such as in April 2013 when more than 90,000 sites were targeted. Authentication There","breadcrumb":{"@id":"https:\/\/vijayeeupneta.in\/?p=4391#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vijayeeupneta.in\/?p=4391"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/vijayeeupneta.in\/?p=4391#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vijayeeupneta.in\/"},{"@type":"ListItem","position":2,"name":"Google Two-Factor Authentication"}]},{"@type":"WebSite","@id":"https:\/\/vijayeeupneta.in\/#website","url":"https:\/\/vijayeeupneta.in\/","name":"Vijayee upneta","description":"Just another WordPress site","publisher":{"@id":"https:\/\/vijayeeupneta.in\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vijayeeupneta.in\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/vijayeeupneta.in\/#organization","name":"Vijayee upneta","url":"https:\/\/vijayeeupneta.in\/","sameAs":[],"logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vijayeeupneta.in\/#\/schema\/logo\/image\/","url":"https:\/\/vijayeeupneta.in\/wp-content\/uploads\/2022\/10\/IMG-20221021-WA0004.jpg","contentUrl":"https:\/\/vijayeeupneta.in\/wp-content\/uploads\/2022\/10\/IMG-20221021-WA0004.jpg","width":500,"height":500,"caption":"Vijayee upneta"},"image":{"@id":"https:\/\/vijayeeupneta.in\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/vijayeeupneta.in\/#\/schema\/person\/5d679e33b84dc1892a42acf7bf80a023","name":"padmakarkakade76@gmail.com","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vijayeeupneta.in\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/72e3545e8c94bdc85b9824563c1a9cd7?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/72e3545e8c94bdc85b9824563c1a9cd7?s=96&d=mm&r=g","caption":"padmakarkakade76@gmail.com"},"sameAs":["http:\/\/vijayeeupneta.in"],"url":"https:\/\/vijayeeupneta.in\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/vijayeeupneta.in\/index.php?rest_route=\/wp\/v2\/posts\/4391"}],"collection":[{"href":"https:\/\/vijayeeupneta.in\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/vijayeeupneta.in\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/vijayeeupneta.in\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/vijayeeupneta.in\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=4391"}],"version-history":[{"count":0,"href":"https:\/\/vijayeeupneta.in\/index.php?rest_route=\/wp\/v2\/posts\/4391\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vijayeeupneta.in\/index.php?rest_route=\/wp\/v2\/media\/202"}],"wp:attachment":[{"href":"https:\/\/vijayeeupneta.in\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4391"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/vijayeeupneta.in\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=4391"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/vijayeeupneta.in\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=4391"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}