{"id":15096035,"url":"https://github.com/red-life/simple-authentication-with-jwt","last_synced_at":"2025-04-14T22:13:09.658Z","repository":{"id":188803254,"uuid":"454901587","full_name":"red-life/simple-authentication-with-jwt","owner":"red-life","description":"A simple authentication web application in Golang (using jwt)","archived":false,"fork":false,"pushed_at":"2022-02-04T09:13:24.000Z","size":46,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T22:12:59.301Z","etag":null,"topics":["authentication","gin","golang","jwt"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/red-life.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-02-02T19:02:12.000Z","updated_at":"2024-11-17T21:15:56.000Z","dependencies_parsed_at":"2023-08-16T23:38:30.977Z","dependency_job_id":"421e8d23-cbc4-427f-965e-a66a820665ec","html_url":"https://github.com/red-life/simple-authentication-with-jwt","commit_stats":null,"previous_names":["red-life/simple-authentication-with-jwt"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/red-life%2Fsimple-authentication-with-jwt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/red-life%2Fsimple-authentication-with-jwt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/red-life%2Fsimple-authentication-with-jwt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/red-life%2Fsimple-authentication-with-jwt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/red-life","download_url":"https://codeload.github.com/red-life/simple-authentication-with-jwt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248968917,"owners_count":21191162,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["authentication","gin","golang","jwt"],"created_at":"2024-09-25T15:45:01.538Z","updated_at":"2025-04-14T22:13:09.637Z","avatar_url":"https://github.com/red-life.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Authentication WebApp\nA simple authentication web app in Go (using JWT)\n\n## Routes\n| Path                   | Method      | Data      |\n| ---------------------- | ----------- | --------- |\n| /api/v1/auth/register  |    POST     | {\"firstname\":,\"lastname\":,\"email\":,\"username\":,\"password\":} |\n| /api/v1/auth/login     |    POST     | {\"email\":,\"password\":} |\n| /apiv1/auth/delete     |    GET      | None |\n## Install Dependencies\n```\ngo get -u github.com/dgrijalva/jwt-go\ngo get -u github.com/gin-gonic/gin\ngo get -u github.com/go-playground/validator/v10\ngo get -u gopkg.in/yaml.v3\ngo get -u gorm.io/driver/postgres\ngo get -u gorm.io/gorm\n```\n\n## Usage\nPut your postgres connection details in **config.yaml**\u003cbr\u003e\nRun this command below:\n```\ngo run\n```\n\n## License\nGNU General Public License, version 3\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fred-life%2Fsimple-authentication-with-jwt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fred-life%2Fsimple-authentication-with-jwt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fred-life%2Fsimple-authentication-with-jwt/lists"}