File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
packages/node-renderer/src/shared Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module ReactOnRailsPro
4+ # Module: LicensePublicKey
5+ #
6+ # Contains ShakaCode's public RSA key used for React on Rails Pro license verification.
7+ # The corresponding private key is securely held by ShakaCode and is never committed to the repository.
8+ #
9+ # You can update this public key by running the rake task:
10+ # react_on_rails_pro:update_public_key
11+ # This task fetches the latest key from the API endpoint:
12+ # http://shakacode.com/api/public-key
13+ #
14+ # TODO: Add a prepublish check to ensure this key matches the latest public key from the API.
15+ # This should be implemented after publishing the API endpoint on the ShakaCode website.
416 module LicensePublicKey
517 # ShakaCode's public key for React on Rails Pro license verification
618 # The private key corresponding to this public key is held by ShakaCode
Original file line number Diff line number Diff line change 22// The private key corresponding to this public key is held by ShakaCode
33// and is never committed to the repository
44// Last updated: 2025-10-09 15:57:09 UTC
5- // Source: http://localhost:8788/api/public-key
5+ // Source: http://shakacode.com/api/public-key
6+ // You can update this public key by running the rake task:
7+ // react_on_rails_pro:update_public_key
8+ // This task fetches the latest key from the API endpoint:
9+ // http://shakacode.com/api/public-key
610export const PUBLIC_KEY = `-----BEGIN PUBLIC KEY-----
711MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlJFK3aWuycVp9X05qhGo
812FLztH8yjpuAKUoC4DKHX0fYjNIzwG3xwhLWKKDCmnNfuzW5R09/albl59/ZCHFyS
You can’t perform that action at this time.
0 commit comments