Skip to content

This project, "Simple Secure Host Authentication Gateway," or SSHAG for short, is a Laravel-based system designed to provide secure authentication for hosts.

Notifications You must be signed in to change notification settings

tysteiger/sshag

Repository files navigation

Simple Secure Host Authentication Gateway

This project, "Simple Secure Host Authentication Gateway," or SSHAG for short, is a Laravel-based system designed to provide secure authentication for hosts.

Packages Used Laravel Sanctum https://github.com/laravel/sanctum

Laravel Build Status -- not mine ^_^ Build Status Total Downloads Latest Stable Version License

This project is built with Laravel, a web application framework with expressive, elegant syntax.

Setup and Installation

Clone the repository

        git clone <repository_url>

Install PHP dependencies

        cd <project_directory>
        composer install

Install JavaScript dependencies

        npm install

Setup environment variables

        cp .env.example .env

Generate application key

        php artisan key:generate

Run database migrations

        php artisan migrate

Start the application

        php artisan serve

Or using Docker:

        docker-compose up -d

Contributing to the Project We welcome contributions to the project. Before contributing, please read through our contributing guidelines.

Contact
Email: tylertheliger@gmail.com
GitHub: tysteiger

About

This project, "Simple Secure Host Authentication Gateway," or SSHAG for short, is a Laravel-based system designed to provide secure authentication for hosts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages