mirror of
https://github.com/better-auth/better-auth.git
synced 2026-07-26 02:16:23 -05:00
chore: keep beta Apple docs component available
This commit is contained in:
@@ -21,6 +21,7 @@ import {
|
||||
DividerText,
|
||||
Endpoint,
|
||||
ForkButton,
|
||||
GenerateAppleJwt,
|
||||
GenerateSecret,
|
||||
} from "@/components/docs/mdx-components";
|
||||
import { Callout } from "@/components/ui/callout";
|
||||
@@ -114,6 +115,7 @@ export default async function Page({
|
||||
AddToCursor,
|
||||
Features,
|
||||
Endpoint,
|
||||
GenerateAppleJwt,
|
||||
GenerateSecret,
|
||||
DividerText,
|
||||
Callout: ({
|
||||
|
||||
@@ -613,6 +613,16 @@ export function DividerText({ children }: { children: ReactNode }) {
|
||||
);
|
||||
}
|
||||
|
||||
// ─── GenerateAppleJwt ────────────────────────────────────────────────────────
|
||||
|
||||
export function GenerateAppleJwt() {
|
||||
return (
|
||||
<div className="my-4 rounded-lg border bg-card p-4 text-sm text-muted-foreground/80">
|
||||
See the Apple documentation for generating a client secret JWT.
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
// ─── Features (placeholder) ─────────────────────────────────────────────────
|
||||
|
||||
export function Features({ stars }: { stars?: string | null }) {
|
||||
|
||||
Reference in New Issue
Block a user