{"id":18113560,"url":"https://github.com/fraidev/jwt-go","last_synced_at":"2025-04-06T09:12:43.365Z","repository":{"id":65177180,"uuid":"372994864","full_name":"fraidev/jwt-go","owner":"fraidev","description":"Simple RS256 JWT implementation with GO and Fiber","archived":false,"fork":false,"pushed_at":"2021-06-02T02:56:14.000Z","size":4866,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-12T14:28:56.178Z","etag":null,"topics":["fiber","go","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fraidev.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}},"created_at":"2021-06-02T00:29:55.000Z","updated_at":"2021-06-02T02:56:44.000Z","dependencies_parsed_at":"2023-01-07T07:36:35.491Z","dependency_job_id":null,"html_url":"https://github.com/fraidev/jwt-go","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fraidev%2Fjwt-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fraidev%2Fjwt-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fraidev%2Fjwt-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fraidev%2Fjwt-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fraidev","download_url":"https://codeload.github.com/fraidev/jwt-go/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247457809,"owners_count":20941906,"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":["fiber","go","golang","jwt"],"created_at":"2024-11-01T02:09:26.778Z","updated_at":"2025-04-06T09:12:43.291Z","avatar_url":"https://github.com/fraidev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"### RS256 Test\n_Login using username and password to retrieve a token._\n```\ncurl --data \"user=john\u0026pass=doe\" http://localhost:3000/login\n```\n_Response_\n```json\n{\n  \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE0NjE5NTcxMzZ9.RB3arc4-OyzASAaUhC2W3ReWaXAt_z2Fd3BN4aWTgEY\"\n}\n```\n\n\n_Request a restricted resource using the token in Authorization request header._\n```\ncurl localhost:3000/restricted -H \"Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE0NjE5NTcxMzZ9.RB3arc4-OyzASAaUhC2W3ReWaXAt_z2Fd3BN4aWTgEY\"\n```\n_Response_\n```\nWelcome John Doe\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffraidev%2Fjwt-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffraidev%2Fjwt-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffraidev%2Fjwt-go/lists"}