onegate

command module
v0.0.0-...-9bd4454 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 12, 2025 License: MIT Imports: 5 Imported by: 0

README

This repository has been archived and is no longer maintained. The code remains available for reference purposes, but no further updates or support will be provided.

OneGate

OneGate is a legacy-free single-sign on service. It uses rather passkeys or fido2 stick for user authentication than passwords.

Develop Environment

This project is using devcontainer. It is using podman and podman-compose to get it up and running.

As database only MariaDB is currently supported. In case you need access while you developing, you could use podman exec -ti onegatedevcontainer_db_1 /bin/bash -c 'mysql -h 127.0.0.1 -u root --password=$MARIADB_ROOT_PASSWORD $MARIADB_DATABASE'.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
_examples
client command
cmd
internal
ui
ui/esbuild command