{"id":26744420,"url":"https://github.com/tachyons/authentication-service","last_synced_at":"2026-04-27T23:38:22.626Z","repository":{"id":39701465,"uuid":"147246706","full_name":"tachyons/authentication-service","owner":"tachyons","description":"Authentication microservice written in Rails with JWT","archived":false,"fork":false,"pushed_at":"2023-01-19T08:48:54.000Z","size":74,"stargazers_count":1,"open_issues_count":12,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-28T07:18:53.189Z","etag":null,"topics":["jwt","rails","rsa"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tachyons.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-09-03T19:46:08.000Z","updated_at":"2023-03-04T11:51:51.000Z","dependencies_parsed_at":"2023-02-10T21:45:14.587Z","dependency_job_id":null,"html_url":"https://github.com/tachyons/authentication-service","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tachyons/authentication-service","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tachyons%2Fauthentication-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tachyons%2Fauthentication-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tachyons%2Fauthentication-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tachyons%2Fauthentication-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tachyons","download_url":"https://codeload.github.com/tachyons/authentication-service/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tachyons%2Fauthentication-service/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32360116,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["jwt","rails","rsa"],"created_at":"2025-03-28T07:18:56.793Z","updated_at":"2026-04-27T23:38:22.610Z","avatar_url":"https://github.com/tachyons.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Authentication Service\n[![Build Status](https://travis-ci.org/tachyons/authentication-service.svg?branch=master)](https://travis-ci.org/tachyons/authentication-service)\n[![Maintainability](https://api.codeclimate.com/v1/badges/3adc43f3947f68b4f44b/maintainability)](https://codeclimate.com/github/tachyons/authentication-service/maintainability)\n\nAuthentication microservice written in Rails with JWT.\n\n## Developer Setup\n\n1. Install Ruby 2.5. (It is suggested to use a Ruby version manager such as [rbenv](https://github.com/rbenv/rbenv#installation) and then to [install Ruby 2.5](https://github.com/rbenv/rbenv#installing-ruby-versions)).\n1. Install Bundler to manager dependencies: `gem install bundler`\n1. Setup the database: `bundle exec rake db:migrate`\n1. Setup key pair\n```\n  openssl genrsa  -out config/private.pem 2048\n  openssl rsa -in config/private.pem -outform PEM -pubout -out config/public.pem\n```\n5. Start the application: `bundle exec rails s`\n\n## Commands\n- `bundle exec rubocop` - Run the full suite of linters on the codebase.\n\n## Deployment Instructions\n\n## TODO\n\n## Documentation\n\n[Apiary](https://authservice16.docs.apiary.io)\n\n## Features\n\n  * [x] User creation from admin role\n  * [x] Login using email and password\n  * [x] Authenticate using auth token\n  * [x] Endpont for public key\n  * [ ] Refresh token\n  * [ ] Revoking refresh token\n  * [ ] Broadcast auth events like user deletion\n  * [ ] Support key rotation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftachyons%2Fauthentication-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftachyons%2Fauthentication-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftachyons%2Fauthentication-service/lists"}