feat: add native/Java auth SDK, docs, CI, and examples

Made-with: Cursor
This commit is contained in:
hpd840321
2026-04-06 17:42:09 +08:00
commit 3894315759
35 changed files with 4825 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
name: release
on:
push:
tags:
- "v*.*.*"
jobs:
placeholder:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Tag pushed
run: |
echo "Release workflow placeholder — attach native ZIP & Maven publish in later milestone."
echo "Ref ${GITHUB_REF}"