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
+41
View File
@@ -0,0 +1,41 @@
# Build
**/build/
**/target/
**/out/
cmake-build-*/
# Java
*.class
*.jar
*.war
*.iml
.idea/
.settings/
.project
.classpath
# Native
*.o
*.obj
*.so
*.dylib
*.dll
*.a
*.lib
*.exp
*.pdb
# OS / IDE
.DS_Store
*.swp
*.swo
.vscode/
# Maven
dependency-reduced-pom.xml
# Python
__pycache__/
*.py[cod]
.venv/
venv/