php
PHP 8.3 library implementing the aice-auth contract: ES256 JWT verification, JWKS handling and typed verification exceptions.
Open Source
Public projects from the AiCE-Lab GitLab group.
Polyglot authentication module spec, libraries, and conformance suite
PHP 8.3 library implementing the aice-auth contract: ES256 JWT verification, JWKS handling and typed verification exceptions.
Flutter/Dart client SDK for the aice-auth identity service, covering login, refresh, logout and pluggable secure token storage.
React Native (TypeScript) client SDK for the aice-auth issuer, with optional AsyncStorage-backed token persistence.
Browser TypeScript client SDK for the aice-auth issuer, with login/refresh/logout and a pluggable token store.
Node.js / TypeScript implementation of the aice-auth contract; currently provides a JOSE-based JWT verifier.
Go implementation of the aice-auth contract; currently provides an ES256 JWT verifier built on golang-jwt.
Contract for the polyglot aice-auth module: OIDC OpenAPI 3.1 fragments, Postgres schema migrations, a Go conformance runner with cross-language test vectors, and shared GitLab CI templates.
Polyglot OTP-delivery channel adapters
PHP 8.3 implementation of the aice-otp channel contract: Channel interface, typed SendException hierarchy, recipient validator, MockChannel reference, and a YAML conformance harness.
Node.js / TypeScript implementation of the aice-otp channel contract: Channel interface, typed SendError hierarchy, validator, MockChannel reference, and a YAML conformance harness.
Go implementation of the aice-otp channel contract: Channel interface, typed errors, recipient validator, MockChannel reference, and a YAML conformance harness — no first-party provider adapters.
Contract for the polyglot aice-otp delivery module: an abstract OpenAPI 3.1 channel interface (sms/whatsapp/email) plus conformance vectors every provider adapter must satisfy.
Public specification of the `aice-license` token: format, signing algorithms, public keys, conformance vectors, and a pure-Go reference verifier importable by every aice-* implementation.
Deep Learning for All
Go CLI for managing a GeoServer instance over its REST API: workspaces, stores, styles, layers, coverages, PostGIS publishing, and QGIS project import.
Personal Go-syntax practice repo with standalone snippets covering hello-world, arithmetic, variables, slices/maps/structs, goroutines, and a tiny HTTP server.