{"id":4429,"date":"2026-06-22T06:30:52","date_gmt":"2026-06-22T06:30:52","guid":{"rendered":"https:\/\/www.cartboss.io\/blog\/?p=4429"},"modified":"2026-06-22T06:30:52","modified_gmt":"2026-06-22T06:30:52","slug":"authentication-protocols","status":"publish","type":"post","link":"https:\/\/www.cartboss.io\/blog\/authentication-protocols\/","title":{"rendered":"Reduce Friction, Boost Sales: Authentication Protocols"},"content":{"rendered":"<p>A shopper adds three products to their cart, clicks checkout, and hits your login screen. They pause. They try one password, then another. Then they tap \u201cForgot password,\u201d wait for the reset email, get distracted, and disappear.<\/p>\r\n<p>That moment feels small, but it isn&#8217;t. It sits right in the middle of your revenue path.<\/p>\r\n<p>Authentication protocols sound like an IT topic. For an e-commerce store owner, they&#8217;re much closer to a <strong>sales topic<\/strong>. They decide how easy it is for a real customer to get back into an account, how hard it is for a fraudster to break in, and how much friction you add before payment.<\/p>\r\n<h2>Your Customer Forgot Their Password Again<\/h2>\r\n<p>You&#8217;ve probably seen this happen in your own store. A returning customer comes back because they already trust you. They&#8217;re ready to buy faster than a first-time visitor. Then your login flow gets in the way.<\/p>\r\n<p>If they can&#8217;t remember their password, the sale is suddenly at risk. If your reset flow is slow, confusing, or buried in email, the risk gets worse. And if you force account creation before purchase, you&#8217;re putting a locked door in front of a customer who was already halfway inside.<\/p>\r\n<p>That&#8217;s not just annoying. It&#8217;s expensive.<\/p>\r\n<p><strong>Over 30% of online shoppers will abandon a purchase if they&#8217;re required to create an account or reset a forgotten password<\/strong>, turning a preventable friction point into lost revenue. If you collect phone numbers during checkout, a smoother recovery path can help remove some of that friction, which is why <a href=\"https:\/\/www.cartboss.io\/blog\/phone-number-verification-online\/\">phone number verification for online stores<\/a> matters operationally, not just technically.<\/p>\r\n<h3>Why this hurts more than it seems<\/h3>\r\n<p>A bad login experience doesn&#8217;t only lose one order. It can also damage:<\/p>\r\n<ul>\r\n<li><strong>Customer confidence:<\/strong> If access feels clunky, shoppers start wondering whether checkout will be clunky too.<\/li>\r\n<li><strong>Repeat purchase behavior:<\/strong> Returning buyers expect speed. Friction breaks that expectation.<\/li>\r\n<li><strong>Support workload:<\/strong> Every password reset ticket pulls time away from marketing, merchandising, and fulfillment.<\/li>\r\n<\/ul>\r\n<blockquote>\r\n<p>A login form can either clear the path to checkout or create a second abandoned cart.<\/p>\r\n<\/blockquote>\r\n<h3>The business question behind the tech question<\/h3>\r\n<p>Most store owners ask, \u201cWhich login method is secure?\u201d That&#8217;s valid, but it&#8217;s incomplete.<\/p>\r\n<p>The better question is, <strong>\u201cWhich authentication setup protects accounts without slowing down good customers?\u201d<\/strong><\/p>\r\n<p>That&#8217;s where authentication protocols come in. They&#8217;re the rules behind the login box, the password reset flow, the \u201cSign in with Google\u201d button, the one-time code sent to a phone, and the newer passkey options that skip passwords altogether.<\/p>\r\n<p>If you understand those rules, you can make better decisions about checkout friction, customer trust, and revenue recovery.<\/p>\r\n<h2>What Are Authentication Protocols Anyway<\/h2>\r\n<p>Think of authentication protocols as your store&#8217;s <strong>digital bouncer<\/strong>. Their job is simple: check who someone is before letting them through the door.<\/p>\r\n<p>Some bouncers just glance at an ID. That&#8217;s the old username-and-password model. Some work from a trusted guest list. That&#8217;s closer to single sign-on. Some check a temporary wristband or token instead of asking the guest to explain themselves again. Others use a fingerprint or face scan, which is where passwordless methods come in.<\/p>\r\n<p>Here&#8217;s the basic picture:<\/p>\r\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/cdnimg.co\/92ffc327-9296-4ff3-bd85-4be6e9f36fa8\/0a22213c-349b-498b-870e-c8784369fbae\/authentication-protocols-digital-bouncer.jpg\" loading=\"lazy\" alt=\"An infographic titled Authentication Protocols illustrating how they act as a digital bouncer for secure access.\" \/><\/figure>\r\n<h3>What a protocol actually does<\/h3>\r\n<p>An authentication protocol is a <strong>set of rules<\/strong> for proving identity. It answers questions like:<\/p>\r\n<ul>\r\n<li><strong>What proof is required<\/strong><\/li>\r\n<li><strong>How that proof is checked<\/strong><\/li>\r\n<li><strong>Whether the proof is passed directly or replaced with a safer substitute<\/strong><\/li>\r\n<li><strong>How access is granted once identity is verified<\/strong><\/li>\r\n<\/ul>\r\n<p>For a store owner, that translates into practical choices. Do customers type a password? Use a one-time code? Sign in through Google? Tap a passkey on their phone? Each path affects speed, security, and conversion.<\/p>\r\n<h3>The main mental model<\/h3>\r\n<p>Use this shortcut:<\/p>\r\n\r\n<figure class=\"wp-block-table\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<th>Bouncer style<\/th>\r\n<th>What it means in e-commerce<\/th>\r\n<th>Main tradeoff<\/th>\r\n<\/tr>\r\n<tr>\r\n<td><strong>Checks a basic ID<\/strong><\/td>\r\n<td>Password login<\/td>\r\n<td>Familiar, but easy to forget and often weak<\/td>\r\n<\/tr>\r\n<tr>\r\n<td><strong>Uses a guest list<\/strong><\/td>\r\n<td>Single sign-on or social login<\/td>\r\n<td>Fast for users, but depends on another identity provider<\/td>\r\n<\/tr>\r\n<tr>\r\n<td><strong>Accepts a temporary pass<\/strong><\/td>\r\n<td>Token or code-based flow<\/td>\r\n<td>Good for recovery and short sessions<\/td>\r\n<\/tr>\r\n<tr>\r\n<td><strong>Uses a biometric scanner<\/strong><\/td>\r\n<td>Passkeys and passwordless login<\/td>\r\n<td>Smooth and phishing-resistant, but rollout takes planning<\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<\/figure>\r\n\r\n<p>A lot of store owners mix up <strong>authentication<\/strong> and <strong>authorization<\/strong>. Authentication asks, \u201cWho are you?\u201d Authorization asks, \u201cWhat are you allowed to do?\u201d A customer logging in is authentication. An admin gaining access to order settings is authentication plus authorization.<\/p>\r\n<p>For a quick visual walkthrough, this overview helps:<\/p>\r\n<p><iframe style=\"aspect-ratio: 16 \/ 9;\" src=\"https:\/\/www.youtube.com\/embed\/9JPnN1Z_iSY\" loading=\"lazy\" width=\"100%\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><\/iframe><\/p>\r\n<h3>Why there isn&#8217;t one perfect choice<\/h3>\r\n<p>A luxury brand with lots of returning customers may benefit from low-friction sign-in options. A subscription business may care more about account persistence across devices. A store handling high-value orders may need extra verification at account changes or saved payment access.<\/p>\r\n<p>That&#8217;s why authentication protocols aren&#8217;t one-size-fits-all. They&#8217;re design choices inside your funnel.<\/p>\r\n<p>If you&#8217;re comparing stronger login flows, <a href=\"https:\/\/www.cartboss.io\/blog\/sms-two-factor-authentication\/\">SMS two-factor authentication<\/a> is one example of how stores add a second check without rebuilding the whole customer experience.<\/p>\r\n<blockquote>\r\n<p><strong>Practical rule:<\/strong> The best authentication flow is the one your legitimate customers can complete quickly and your attackers can&#8217;t.<\/p>\r\n<\/blockquote>\r\n<h2>The Main Protocols Powering E-Commerce Stores<\/h2>\r\n<p>Most stores don&#8217;t need a deep dive into internal corporate network protocols. They need to understand the authentication methods customers touch.<\/p>\r\n<p>That usually means four buckets: traditional passwords, social login, token-based flows, and passwordless options.<\/p>\r\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/cdnimg.co\/92ffc327-9296-4ff3-bd85-4be6e9f36fa8\/e4a2ddf5-50d7-4512-8d0c-c2ad37975880\/authentication-protocols-e-commerce-security.jpg\" loading=\"lazy\" alt=\"An infographic showing three main e-commerce authentication protocols including OAuth 2.0, OpenID Connect, and passwordless login methods.\" \/><\/figure>\r\n<h3>Password logins<\/h3>\r\n<p>The oldest bouncer is still on duty in many stores. A shopper enters an email and password, and your site checks whether the pair matches what&#8217;s on file.<\/p>\r\n<p>This approach is familiar, which helps. Customers understand it without explanation. Your platform probably supports it out of the box. But it creates friction fast. People forget passwords, reuse them, or type them wrong on mobile.<\/p>\r\n<p>From a conversion angle, password login has one major weakness. It adds memory work right before purchase.<\/p>\r\n<p>From a security angle, it also creates ongoing risk because your store has to manage all the baggage around passwords: reset flows, lockouts, phishing exposure, and support requests.<\/p>\r\n<h3>Social login with OAuth and OpenID Connect<\/h3>\r\n<p>Buttons like \u201cContinue with Google\u201d or \u201cContinue with Apple\u201d feel simpler because you&#8217;re borrowing trust from another account the shopper already uses.<\/p>\r\n<p>A helpful way to think about this is <strong>outsourcing your bouncer<\/strong>. Instead of asking the customer to prove themselves from scratch, your store accepts identity confirmation from a provider they already know.<\/p>\r\n<p>This usually improves speed for returning or first-time buyers who don&#8217;t want to create another password. It can also reduce fake or mistyped email addresses at signup.<\/p>\r\n<p>The tradeoff is dependency. If that external account has issues, your customer&#8217;s path into your store can also break. You also need to think carefully about what customer data you request and how that fits your privacy promises.<\/p>\r\n<h3>Token-based flows and one-time access<\/h3>\r\n<p>Token-based authentication replaces a static secret with a temporary proof. In plain English, your store says, \u201cUse this short-lived pass instead of a permanent password.\u201d<\/p>\r\n<p>That can show up as a one-time code, a login link, or a session token after verification. It&#8217;s useful when you want fast access without making the customer remember anything.<\/p>\r\n<p>For e-commerce, token-based methods often fit:<\/p>\r\n<ul>\r\n<li><strong>Account verification<\/strong><\/li>\r\n<li><strong>Login recovery<\/strong><\/li>\r\n<li><strong>Short session re-entry<\/strong><\/li>\r\n<li><strong>Promotional or reminder flows that return a shopper to a live cart<\/strong><\/li>\r\n<\/ul>\r\n<p>If you use SMS in your customer journey, your delivery setup matters because authentication-related texts have to arrive reliably and clearly. That&#8217;s why teams that build SMS-based recovery and verification flows often pay attention to their <a href=\"https:\/\/www.cartboss.io\/blog\/sms-sender-api\/\">SMS sender API setup<\/a>.<\/p>\r\n<h3>Passwordless with passkeys and WebAuthn<\/h3>\r\n<p>Passwordless login is the high-tech bouncer. Instead of asking customers to remember a secret, it lets them verify with something built into their device, such as biometrics or a device-bound credential.<\/p>\r\n<p>For shoppers, this can feel almost invisible when it works well. They tap, scan, approve, and continue.<\/p>\r\n<p>For store owners, the appeal is strong. You reduce password-reset friction and move toward authentication that&#8217;s harder to phish. The challenge is rollout. Older systems, shared devices, edge-case customer journeys, and legacy account models can all complicate adoption.<\/p>\r\n<h3>Quick comparison for store owners<\/h3>\r\n\r\n<figure class=\"wp-block-table\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<th>Method<\/th>\r\n<th>Best for<\/th>\r\n<th>Main customer benefit<\/th>\r\n<th>Main store concern<\/th>\r\n<\/tr>\r\n<tr>\r\n<td><strong>Password login<\/strong><\/td>\r\n<td>Basic account access<\/td>\r\n<td>Familiar<\/td>\r\n<td>Reset friction and account risk<\/td>\r\n<\/tr>\r\n<tr>\r\n<td><strong>Social login<\/strong><\/td>\r\n<td>Fast signup and return visits<\/td>\r\n<td>Fewer form fields<\/td>\r\n<td>Reliance on third-party identity<\/td>\r\n<\/tr>\r\n<tr>\r\n<td><strong>Token-based flow<\/strong><\/td>\r\n<td>Recovery and quick access<\/td>\r\n<td>No password recall<\/td>\r\n<td>Link and session handling<\/td>\r\n<\/tr>\r\n<tr>\r\n<td><strong>Passwordless<\/strong><\/td>\r\n<td>Modern low-friction sign-in<\/td>\r\n<td>Fast, simple access<\/td>\r\n<td>Migration and compatibility planning<\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<\/figure>\r\n\r\n<p>No protocol wins in every scenario. The right mix depends on where customers get stuck and which parts of your funnel carry the most value.<\/p>\r\n<h2>Balancing Security and Customer Convenience<\/h2>\r\n<p>Every store owner ends up managing the same tension. Stronger security can add steps. Fewer steps can lower resistance but expose weak spots.<\/p>\r\n<p>If you lean too far toward convenience, you invite account misuse and trust problems. If you lean too far toward security, you create friction that honest customers feel first.<\/p>\r\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/cdnimg.co\/92ffc327-9296-4ff3-bd85-4be6e9f36fa8\/f43b7a9f-cc1a-4660-873e-3558c1772c20\/authentication-protocols-security-convenience.jpg\" loading=\"lazy\" alt=\"An infographic showing a balance scale depicting the trade-off and balance between e-commerce security and user convenience.\" \/><\/figure>\r\n<h3>Why weak credentials are still a business risk<\/h3>\r\n<p>This isn&#8217;t abstract. <strong>According to the <a href=\"https:\/\/www.verizon.com\/business\/resources\/reports\/dbir\/\">2023 Verizon Data Breach Investigations Report<\/a>, 80% of all data breaches involved stolen or weak credentials.<\/strong> If your store relies heavily on passwords, you&#8217;re operating in what constitutes the primary focus of threat actors.<\/p>\r\n<p>That matters for more than security headlines. It affects customer trust, chargeback exposure, support costs, and your brand&#8217;s credibility when shoppers save addresses, payment details, or account history with you.<\/p>\r\n<blockquote>\r\n<p>Security that frustrates honest buyers isn&#8217;t good security. It&#8217;s bad funnel design.<\/p>\r\n<\/blockquote>\r\n<h3>The sweet spot for e-commerce<\/h3>\r\n<p>Most stores shouldn&#8217;t use the same level of friction for every action. Logging in to view order history isn&#8217;t the same as changing account details or accessing saved payment methods.<\/p>\r\n<p>A better approach is to match the authentication step to the risk of the action.<\/p>\r\n<p>Here&#8217;s a simple way to frame it:<\/p>\r\n<ul>\r\n<li><strong>Low-friction by default:<\/strong> Keep normal sign-in and checkout as smooth as possible.<\/li>\r\n<li><strong>Extra checks at higher risk points:<\/strong> Add stronger verification for account changes, unusual devices, or sensitive actions.<\/li>\r\n<li><strong>Clear recovery paths:<\/strong> When shoppers hit a wall, make the way back short and obvious.<\/li>\r\n<\/ul>\r\n<h3>Compliance affects the flow too<\/h3>\r\n<p>Authentication doesn&#8217;t live outside privacy and consent rules. If you collect phone numbers, use social login, or send one-time links, your store needs a clean policy around data collection, retention, and messaging consent.<\/p>\r\n<p>That&#8217;s one reason merchants should understand the security limits of each channel. If SMS is part of your login or recovery journey, <a href=\"https:\/\/www.cartboss.io\/blog\/is-sms-encrypted\/\">how SMS encryption works in practice<\/a> is worth understanding so you can design around channel limits instead of assuming more protection than the channel provides.<\/p>\r\n<h3>A practical model for teams<\/h3>\r\n<p>If your team also uses Microsoft services internally, reviewing guidance on <a href=\"https:\/\/ollo.ie\/blog-posts\/microsoft-365-multi-factor-authentication-setup\">implementing Microsoft 365 MFA<\/a> can help you think more clearly about step-up verification, account protection, and rollout sequencing. The same operational lessons apply in e-commerce. Strong authentication works best when it&#8217;s introduced with user behavior in mind.<\/p>\r\n<h4>A simple decision grid<\/h4>\r\n\r\n<figure class=\"wp-block-table\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<th>If your main problem is&#8230;<\/th>\r\n<th>Lean toward&#8230;<\/th>\r\n<th>Watch out for&#8230;<\/th>\r\n<\/tr>\r\n<tr>\r\n<td><strong>Forgotten passwords<\/strong><\/td>\r\n<td>Passwordless or token-based recovery<\/td>\r\n<td>Legacy account assumptions<\/td>\r\n<\/tr>\r\n<tr>\r\n<td><strong>Fraud around account access<\/strong><\/td>\r\n<td>MFA and stronger login checks<\/td>\r\n<td>Too many prompts for low-risk users<\/td>\r\n<\/tr>\r\n<tr>\r\n<td><strong>Signup friction<\/strong><\/td>\r\n<td>Social login or guest-first checkout<\/td>\r\n<td>Over-collecting user data<\/td>\r\n<\/tr>\r\n<tr>\r\n<td><strong>Support burden<\/strong><\/td>\r\n<td>Simpler recovery and fewer passwords<\/td>\r\n<td>Weak recovery links or unclear consent<\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<\/figure>\r\n\r\n<p>The goal isn&#8217;t maximum lock-down at every touchpoint. The goal is to protect the moments that matter without punishing your best customers on every visit.<\/p>\r\n<h2>Authentication Examples from Real Stores<\/h2>\r\n<p>Authentication gets easier to evaluate when you look at it inside real buying behavior, not in a product spec sheet.<\/p>\r\n<h3>Example one with the classic password loop<\/h3>\r\n<p>A customer returns to buy a refill, a replacement part, or a second item they saw in a previous order. They know your brand. They trust your shipping. They&#8217;re not comparing ten competitors. This should be a fast sale.<\/p>\r\n<p>Instead, they hit your login page.<\/p>\r\n<p>They try a password from memory. It fails. They request a reset. The email lands in promotions or arrives late. They switch apps, lose momentum, and the order stalls.<\/p>\r\n<p>Nothing about that experience feels dramatic. But from a store owner&#8217;s side, it&#8217;s a conversion leak created by authentication design.<\/p>\r\n<h3>Example two with social login<\/h3>\r\n<p>Another store adds \u201cContinue with Google\u201d and \u201cContinue with Apple.\u201d For many shoppers, that removes the need to create yet another account or remember another password.<\/p>\r\n<p>The upside is obvious. Entry is faster. Form fields shrink. Mobile sign-in gets easier.<\/p>\r\n<p>The downside is more subtle. You now depend on an outside identity provider and need to handle edge cases, such as shoppers who later want to use a different email or customers who signed in once with a social account and later try a password flow.<\/p>\r\n<blockquote>\r\n<p>Good authentication doesn&#8217;t just open the door. It also prevents confusion when customers come back through a different door.<\/p>\r\n<\/blockquote>\r\n<h3>Example three with an SMS return path<\/h3>\r\n<p>A third store uses a phone-based re-entry flow for abandoned sessions. The customer leaves before finishing checkout. Later, they receive an SMS with a unique link that brings them back to a pre-filled checkout session.<\/p>\r\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/cdnimg.co\/92ffc327-9296-4ff3-bd85-4be6e9f36fa8\/screenshots\/bbfb650e-14cb-4ee5-90e1-e0993e0e4994\/authentication-protocols-sms-cart-reminders.jpg\" loading=\"lazy\" alt=\"Screenshot from https:\/\/www.cartboss.io\" \/><\/figure>\r\n<p>Authentication and conversion begin to exhibit a useful overlap. The shopper doesn&#8217;t need to remember a password or restart the process. The link acts like a temporary VIP pass back into the buying session.<\/p>\r\n<p>That approach is often easier for shoppers on mobile because it removes several common blockers:<\/p>\r\n<ul>\r\n<li><strong>No password recall:<\/strong> The customer isn&#8217;t forced into a reset loop.<\/li>\r\n<li><strong>Less form re-entry:<\/strong> Returning to a pre-filled checkout cuts repetitive typing.<\/li>\r\n<li><strong>Stronger continuity:<\/strong> The customer picks up where they left off instead of starting over.<\/li>\r\n<\/ul>\r\n<h3>What these examples teach<\/h3>\r\n<p>Each store is solving the same basic problem: verify identity without choking the funnel.<\/p>\r\n<p>The classic password flow optimizes for familiarity. Social login optimizes for speed through outside identity. Tokenized SMS re-entry optimizes for session recovery and checkout continuity.<\/p>\r\n<p>A useful question to ask is not \u201cWhich protocol is best?\u201d It&#8217;s <strong>\u201cAt which point in my funnel does identity checking create the most drop-off?\u201d<\/strong><\/p>\r\n<p>If the biggest leak is account access before purchase, a smoother login matters. If the leak happens after a shopper has already shown intent, a low-friction return path can matter even more.<\/p>\r\n<h2>How to Choose Your Authentication Strategy<\/h2>\r\n<p>Don&#8217;t pick authentication protocols by copying what a larger brand does. Choose based on where your store loses momentum and what kind of customer behavior you observe.<\/p>\r\n<h3>Start with the funnel, not the feature<\/h3>\r\n<p>Ask these questions first:<\/p>\r\n<ol>\r\n<li>\r\n<p><strong>Where do shoppers slow down most<\/strong><br \/>Is it account creation, returning login, checkout recovery, or account management after purchase?<\/p>\r\n<\/li>\r\n<li>\r\n<p><strong>How often are buyers on mobile<\/strong><br \/>Mobile shoppers have less patience for long forms and password recovery loops.<\/p>\r\n<\/li>\r\n<li>\r\n<p><strong>Do you really need forced account creation<\/strong><br \/>If not, guest-friendly paths may protect more revenue.<\/p>\r\n<\/li>\r\n<li>\r\n<p><strong>Which actions deserve extra verification<\/strong><br \/>Viewing an order isn&#8217;t the same as changing saved details or accessing loyalty balances.<\/p>\r\n<\/li>\r\n<\/ol>\r\n<h3>Match the method to the use case<\/h3>\r\n<p>A practical rule is to use different tools for different moments.<\/p>\r\n<ul>\r\n<li><strong>Use passwords sparingly:<\/strong> Keep them if your platform depends on them, but don&#8217;t assume they should be the only path.<\/li>\r\n<li><strong>Use social login where convenience matters:<\/strong> This can reduce signup friction for first-time buyers.<\/li>\r\n<li><strong>Use token-based recovery for interrupted sessions:<\/strong> Especially useful when customers leave mid-checkout.<\/li>\r\n<li><strong>Plan for passwordless where it fits:<\/strong> Best for brands that want a cleaner future-facing experience.<\/li>\r\n<\/ul>\r\n<h3>Future-proof without breaking today&#8217;s store<\/h3>\r\n<p>Passwordless is no longer a niche idea. <strong>Microsoft reported that over 99% of its employee accounts are already passwordless, with passkey sign-ins being materially faster and more secure against phishing than traditional passwords<\/strong>, according to <a href=\"https:\/\/pmc.ncbi.nlm.nih.gov\/articles\/PMC12608216\/\">this review of passwordless deployment trends<\/a>.<\/p>\r\n<p>That doesn&#8217;t mean every store should rip out passwords tomorrow. It does mean customer expectations are shifting toward faster, simpler, device-based sign-in.<\/p>\r\n<h4>A practical checklist<\/h4>\r\n<p>Use this as a quick audit:<\/p>\r\n<ul>\r\n<li><strong>Checkout first:<\/strong> Does your login flow help shoppers buy, or does it interrupt buying?<\/li>\r\n<li><strong>Recovery second:<\/strong> Can a customer regain access quickly on mobile?<\/li>\r\n<li><strong>Risk controls third:<\/strong> Do you add stronger checks only where they&#8217;re justified?<\/li>\r\n<li><strong>Compatibility fourth:<\/strong> Will older apps, plugins, or customer devices support your chosen flow?<\/li>\r\n<li><strong>Consent and privacy fifth:<\/strong> Are phone collection, social sign-in, and messaging permissions handled clearly?<\/li>\r\n<\/ul>\r\n<blockquote>\r\n<p><strong>Store-owner shortcut:<\/strong> Choose the least intrusive method that still protects the action being taken.<\/p>\r\n<\/blockquote>\r\n<h3>A sensible default for many stores<\/h3>\r\n<p>For many e-commerce teams, the most practical mix looks like this:<\/p>\r\n\r\n<figure class=\"wp-block-table\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<th>Store need<\/th>\r\n<th>Often practical choice<\/th>\r\n<\/tr>\r\n<tr>\r\n<td><strong>Fast signup<\/strong><\/td>\r\n<td>Social login or guest-friendly checkout<\/td>\r\n<\/tr>\r\n<tr>\r\n<td><strong>Returning account access<\/strong><\/td>\r\n<td>Password plus optional stronger verification<\/td>\r\n<\/tr>\r\n<tr>\r\n<td><strong>Recovery after interruption<\/strong><\/td>\r\n<td>Tokenized email or SMS return path<\/td>\r\n<\/tr>\r\n<tr>\r\n<td><strong>Long-term modernization<\/strong><\/td>\r\n<td>Passkey and passwordless rollout where supported<\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<\/figure>\r\n\r\n<p>The best strategy is rarely a single protocol. It&#8217;s a <strong>layered system<\/strong> that keeps routine actions easy and sensitive actions protected.<\/p>\r\n<h2>Your Login Form Is Part of Your Marketing Funnel<\/h2>\r\n<p>If a shopper wants to buy and your authentication flow gets in the way, that isn&#8217;t only a security issue. It&#8217;s a funnel issue.<\/p>\r\n<p>Password resets, social sign-in buttons, one-time links, SMS re-entry, and passkeys all shape how fast customers move from intent to payment. That makes authentication protocols part of customer experience design, conversion optimization, and retention.<\/p>\r\n<p>The most effective stores treat login as a revenue touchpoint. They reduce unnecessary steps, reserve stronger checks for higher-risk moments, and make recovery easy when a customer drops out of the path.<\/p>\r\n<p>That same thinking applies to contact collection. If you want smoother recovery and stronger re-engagement options, you need reliable customer data early in the journey. A practical place to start is learning better methods for <a href=\"https:\/\/www.cartboss.io\/blog\/collecting-phone-numbers\/\">collecting phone numbers during checkout<\/a>, because the recovery channel is only as good as the data feeding it.<\/p>\r\n<p>A secure store should feel trustworthy. A high-converting store should feel effortless. Good authentication sits right between those two goals.<\/p>\r\n<p>If your login form helps customers get back to their cart quickly and safely, it isn&#8217;t just doing security work. It&#8217;s doing marketing work too.<\/p>\r\n<hr \/>\r\n<p>If you want a simple way to turn abandoned sessions into completed orders, <a href=\"https:\/\/www.cartboss.io\">CartBoss<\/a> helps e-commerce stores recover carts through SMS with a fast, low-friction return path back to checkout. It&#8217;s a practical option for brands that want fewer interruptions between shopper intent and finished payment.<\/p>","protected":false},"excerpt":{"rendered":"<p>Discover how authentication protocols improve e-commerce sales. Our guide helps owners choose secure login methods to reduce friction and boost conversions.<\/p>\n","protected":false},"author":4,"featured_media":4430,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[25],"tags":[],"class_list":["post-4429","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-marketing-optimization"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Reduce Friction, Boost Sales: Authentication Protocols - CartBoss<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.cartboss.io\/blog\/authentication-protocols\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Reduce Friction, Boost Sales: Authentication Protocols - CartBoss\" \/>\n<meta property=\"og:description\" content=\"Discover how authentication protocols improve e-commerce sales. Our guide helps owners choose secure login methods to reduce friction and boost conversions.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.cartboss.io\/blog\/authentication-protocols\/\" \/>\n<meta property=\"og:site_name\" content=\"CartBoss\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/CartBoss.io\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-06-22T06:30:52+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.cartboss.io\/blog\/wp-content\/uploads\/2026\/06\/thumbnail-18.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1672\" \/>\n\t<meta property=\"og:image:height\" content=\"941\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Tadej Bogataj\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Tadej Bogataj\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"14 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.cartboss.io\/blog\/authentication-protocols\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.cartboss.io\/blog\/authentication-protocols\/\"},\"author\":{\"name\":\"Tadej Bogataj\",\"@id\":\"https:\/\/www.cartboss.io\/blog\/#\/schema\/person\/b8b99f1f292bcce6338c7bc882eac6dc\"},\"headline\":\"Reduce Friction, Boost Sales: Authentication Protocols\",\"datePublished\":\"2026-06-22T06:30:52+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.cartboss.io\/blog\/authentication-protocols\/\"},\"wordCount\":3016,\"publisher\":{\"@id\":\"https:\/\/www.cartboss.io\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.cartboss.io\/blog\/authentication-protocols\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.cartboss.io\/blog\/wp-content\/uploads\/2026\/06\/thumbnail-18.jpg\",\"articleSection\":[\"Marketing optimization\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.cartboss.io\/blog\/authentication-protocols\/\",\"url\":\"https:\/\/www.cartboss.io\/blog\/authentication-protocols\/\",\"name\":\"Reduce Friction, Boost Sales: Authentication Protocols - CartBoss\",\"isPartOf\":{\"@id\":\"https:\/\/www.cartboss.io\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.cartboss.io\/blog\/authentication-protocols\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.cartboss.io\/blog\/authentication-protocols\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.cartboss.io\/blog\/wp-content\/uploads\/2026\/06\/thumbnail-18.jpg\",\"datePublished\":\"2026-06-22T06:30:52+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.cartboss.io\/blog\/authentication-protocols\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.cartboss.io\/blog\/authentication-protocols\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.cartboss.io\/blog\/authentication-protocols\/#primaryimage\",\"url\":\"https:\/\/www.cartboss.io\/blog\/wp-content\/uploads\/2026\/06\/thumbnail-18.jpg\",\"contentUrl\":\"https:\/\/www.cartboss.io\/blog\/wp-content\/uploads\/2026\/06\/thumbnail-18.jpg\",\"width\":1672,\"height\":941},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.cartboss.io\/blog\/authentication-protocols\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.cartboss.io\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Marketing optimization\",\"item\":\"https:\/\/www.cartboss.io\/blog\/category\/marketing-optimization\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Reduce Friction, Boost Sales: Authentication Protocols\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.cartboss.io\/blog\/#website\",\"url\":\"https:\/\/www.cartboss.io\/blog\/\",\"name\":\"CartBoss\",\"description\":\"Blog\",\"publisher\":{\"@id\":\"https:\/\/www.cartboss.io\/blog\/#organization\"},\"alternateName\":\"Recover abandoned carts with SMS\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.cartboss.io\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.cartboss.io\/blog\/#organization\",\"name\":\"CartBoss\",\"url\":\"https:\/\/www.cartboss.io\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.cartboss.io\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.cartboss.io\/blog\/wp-content\/uploads\/2024\/11\/logo-black.png\",\"contentUrl\":\"https:\/\/www.cartboss.io\/blog\/wp-content\/uploads\/2024\/11\/logo-black.png\",\"width\":1318,\"height\":273,\"caption\":\"CartBoss\"},\"image\":{\"@id\":\"https:\/\/www.cartboss.io\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/CartBoss.io\/\",\"https:\/\/www.linkedin.com\/company\/cart-boss\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.cartboss.io\/blog\/#\/schema\/person\/b8b99f1f292bcce6338c7bc882eac6dc\",\"name\":\"Tadej Bogataj\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/a4c9df84b93d121b6410aee2290a39c4d32b73208761377b6d41468ba586d4c8?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/a4c9df84b93d121b6410aee2290a39c4d32b73208761377b6d41468ba586d4c8?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/a4c9df84b93d121b6410aee2290a39c4d32b73208761377b6d41468ba586d4c8?s=96&d=mm&r=g\",\"caption\":\"Tadej Bogataj\"},\"description\":\"Tadej Bogataj is aa entrepreneur and the co-founder of CartBoss, a leading SaaS solution designed to recover abandoned shopping carts through automated and personalized SMS campaigns. With years of experience in the eCommerce industry, Tadej has dedicated his career to optimizing online shopping experiences and helping businesses boost their revenue with innovative and user-friendly solutions. Tadej's journey into eCommerce began with a passion for technology and problem-solving. Recognizing the limitations of traditional email-based recovery methods, he and his team developed CartBoss, a plug-and-play tool that simplifies cart recovery for online stores. Their solution leverages the immediacy and personalization of SMS to reconnect with customers in real time, achieving higher conversion rates and enhancing user engagement. Today, CartBoss serves clients worldwide, offering seamless integration with platforms like WooCommerce, Shopify, and Magento. In addition to his work with CartBoss, Tadej is a thought leader in the field of SMS marketing, sharing valuable insights on topics such as cart abandonment recovery, customer engagement strategies, and the future of eCommerce. He has been featured in podcasts, webinars, and articles, highlighting the power of automation and simplicity in solving complex business challenges. When Tadej isn\u2019t innovating in the tech space, he enjoys collaborating with businesses of all sizes to understand their unique needs and craft tailored solutions. His vision is to empower eCommerce businesses to grow by removing barriers and enhancing customer communication. Stay tuned to Tadej's articles on our blog for expert advice, actionable tips, and the latest trends in eCommerce optimization and SMS marketing. Whether you're an eCommerce veteran or just starting out, Tadej's insights are sure to help you take your online store to the next level.\",\"url\":\"https:\/\/www.cartboss.io\/blog\/author\/tadej\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Reduce Friction, Boost Sales: Authentication Protocols - CartBoss","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:\/\/www.cartboss.io\/blog\/authentication-protocols\/","og_locale":"en_US","og_type":"article","og_title":"Reduce Friction, Boost Sales: Authentication Protocols - CartBoss","og_description":"Discover how authentication protocols improve e-commerce sales. Our guide helps owners choose secure login methods to reduce friction and boost conversions.","og_url":"https:\/\/www.cartboss.io\/blog\/authentication-protocols\/","og_site_name":"CartBoss","article_publisher":"https:\/\/www.facebook.com\/CartBoss.io\/","article_published_time":"2026-06-22T06:30:52+00:00","og_image":[{"width":1672,"height":941,"url":"https:\/\/www.cartboss.io\/blog\/wp-content\/uploads\/2026\/06\/thumbnail-18.jpg","type":"image\/jpeg"}],"author":"Tadej Bogataj","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Tadej Bogataj","Est. reading time":"14 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.cartboss.io\/blog\/authentication-protocols\/#article","isPartOf":{"@id":"https:\/\/www.cartboss.io\/blog\/authentication-protocols\/"},"author":{"name":"Tadej Bogataj","@id":"https:\/\/www.cartboss.io\/blog\/#\/schema\/person\/b8b99f1f292bcce6338c7bc882eac6dc"},"headline":"Reduce Friction, Boost Sales: Authentication Protocols","datePublished":"2026-06-22T06:30:52+00:00","mainEntityOfPage":{"@id":"https:\/\/www.cartboss.io\/blog\/authentication-protocols\/"},"wordCount":3016,"publisher":{"@id":"https:\/\/www.cartboss.io\/blog\/#organization"},"image":{"@id":"https:\/\/www.cartboss.io\/blog\/authentication-protocols\/#primaryimage"},"thumbnailUrl":"https:\/\/www.cartboss.io\/blog\/wp-content\/uploads\/2026\/06\/thumbnail-18.jpg","articleSection":["Marketing optimization"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.cartboss.io\/blog\/authentication-protocols\/","url":"https:\/\/www.cartboss.io\/blog\/authentication-protocols\/","name":"Reduce Friction, Boost Sales: Authentication Protocols - CartBoss","isPartOf":{"@id":"https:\/\/www.cartboss.io\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.cartboss.io\/blog\/authentication-protocols\/#primaryimage"},"image":{"@id":"https:\/\/www.cartboss.io\/blog\/authentication-protocols\/#primaryimage"},"thumbnailUrl":"https:\/\/www.cartboss.io\/blog\/wp-content\/uploads\/2026\/06\/thumbnail-18.jpg","datePublished":"2026-06-22T06:30:52+00:00","breadcrumb":{"@id":"https:\/\/www.cartboss.io\/blog\/authentication-protocols\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.cartboss.io\/blog\/authentication-protocols\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.cartboss.io\/blog\/authentication-protocols\/#primaryimage","url":"https:\/\/www.cartboss.io\/blog\/wp-content\/uploads\/2026\/06\/thumbnail-18.jpg","contentUrl":"https:\/\/www.cartboss.io\/blog\/wp-content\/uploads\/2026\/06\/thumbnail-18.jpg","width":1672,"height":941},{"@type":"BreadcrumbList","@id":"https:\/\/www.cartboss.io\/blog\/authentication-protocols\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.cartboss.io\/blog\/"},{"@type":"ListItem","position":2,"name":"Marketing optimization","item":"https:\/\/www.cartboss.io\/blog\/category\/marketing-optimization\/"},{"@type":"ListItem","position":3,"name":"Reduce Friction, Boost Sales: Authentication Protocols"}]},{"@type":"WebSite","@id":"https:\/\/www.cartboss.io\/blog\/#website","url":"https:\/\/www.cartboss.io\/blog\/","name":"CartBoss","description":"Blog","publisher":{"@id":"https:\/\/www.cartboss.io\/blog\/#organization"},"alternateName":"Recover abandoned carts with SMS","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.cartboss.io\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.cartboss.io\/blog\/#organization","name":"CartBoss","url":"https:\/\/www.cartboss.io\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.cartboss.io\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.cartboss.io\/blog\/wp-content\/uploads\/2024\/11\/logo-black.png","contentUrl":"https:\/\/www.cartboss.io\/blog\/wp-content\/uploads\/2024\/11\/logo-black.png","width":1318,"height":273,"caption":"CartBoss"},"image":{"@id":"https:\/\/www.cartboss.io\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/CartBoss.io\/","https:\/\/www.linkedin.com\/company\/cart-boss\/"]},{"@type":"Person","@id":"https:\/\/www.cartboss.io\/blog\/#\/schema\/person\/b8b99f1f292bcce6338c7bc882eac6dc","name":"Tadej Bogataj","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/a4c9df84b93d121b6410aee2290a39c4d32b73208761377b6d41468ba586d4c8?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/a4c9df84b93d121b6410aee2290a39c4d32b73208761377b6d41468ba586d4c8?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a4c9df84b93d121b6410aee2290a39c4d32b73208761377b6d41468ba586d4c8?s=96&d=mm&r=g","caption":"Tadej Bogataj"},"description":"Tadej Bogataj is aa entrepreneur and the co-founder of CartBoss, a leading SaaS solution designed to recover abandoned shopping carts through automated and personalized SMS campaigns. With years of experience in the eCommerce industry, Tadej has dedicated his career to optimizing online shopping experiences and helping businesses boost their revenue with innovative and user-friendly solutions. Tadej's journey into eCommerce began with a passion for technology and problem-solving. Recognizing the limitations of traditional email-based recovery methods, he and his team developed CartBoss, a plug-and-play tool that simplifies cart recovery for online stores. Their solution leverages the immediacy and personalization of SMS to reconnect with customers in real time, achieving higher conversion rates and enhancing user engagement. Today, CartBoss serves clients worldwide, offering seamless integration with platforms like WooCommerce, Shopify, and Magento. In addition to his work with CartBoss, Tadej is a thought leader in the field of SMS marketing, sharing valuable insights on topics such as cart abandonment recovery, customer engagement strategies, and the future of eCommerce. He has been featured in podcasts, webinars, and articles, highlighting the power of automation and simplicity in solving complex business challenges. When Tadej isn\u2019t innovating in the tech space, he enjoys collaborating with businesses of all sizes to understand their unique needs and craft tailored solutions. His vision is to empower eCommerce businesses to grow by removing barriers and enhancing customer communication. Stay tuned to Tadej's articles on our blog for expert advice, actionable tips, and the latest trends in eCommerce optimization and SMS marketing. Whether you're an eCommerce veteran or just starting out, Tadej's insights are sure to help you take your online store to the next level.","url":"https:\/\/www.cartboss.io\/blog\/author\/tadej\/"}]}},"menu_order":0,"_links":{"self":[{"href":"https:\/\/www.cartboss.io\/blog\/wp-json\/wp\/v2\/posts\/4429","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.cartboss.io\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.cartboss.io\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.cartboss.io\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.cartboss.io\/blog\/wp-json\/wp\/v2\/comments?post=4429"}],"version-history":[{"count":2,"href":"https:\/\/www.cartboss.io\/blog\/wp-json\/wp\/v2\/posts\/4429\/revisions"}],"predecessor-version":[{"id":4438,"href":"https:\/\/www.cartboss.io\/blog\/wp-json\/wp\/v2\/posts\/4429\/revisions\/4438"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.cartboss.io\/blog\/wp-json\/wp\/v2\/media\/4430"}],"wp:attachment":[{"href":"https:\/\/www.cartboss.io\/blog\/wp-json\/wp\/v2\/media?parent=4429"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.cartboss.io\/blog\/wp-json\/wp\/v2\/categories?post=4429"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.cartboss.io\/blog\/wp-json\/wp\/v2\/tags?post=4429"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}