---
title: App secret key length has increased - Shopify developer changelog
description: >-
  Shopify’s developer changelog documents all changes to Shopify’s platform.
  Find the latest news and learn about new platform opportunities.
source_url:
  html: 'https://shopify.dev/changelog/app-secret-key-length-has-increased'
  md: 'https://shopify.dev/changelog/app-secret-key-length-has-increased.md'
metadata:
  effectiveApiVersion: ''
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Update
    handle: update
  indicatesActionRequired: false
  createdAt: '2020-01-28T13:36:41-05:00'
  postedAt: '2020-01-28T00:00:00-05:00'
  updatedAt: '2024-02-02T10:04:56-05:00'
  effectiveAt: '2020-01-28T00:00:00-05:00'
---

January 28, 2020

Tags:

* API

# App secret key length has increased

The length of all newly generated Shopify app secret keys has increased from 32 to 38, adding a static prefix of `shpss_`, to make the secret keys easier to identify.

Existing API secrets will continue to function in their 32 character form until Shopify Partners manually regenerate them. This is the secret passed in as `client_secret` to https://{shop}.myshopify.com/admin/oauth/access\_token to obtain an access token.

Learn more [authenticating your Shopify app](https://help.shopify.com/en/api/getting-started/authentication/oauth) from the Shopify Help Center.
