{"id":31835091,"url":"https://github.com/codenoble/gatekeeper","last_synced_at":"2025-10-12T00:56:16.530Z","repository":{"id":44473917,"uuid":"50069177","full_name":"codenoble/gatekeeper","owner":"codenoble","description":"User account creation and management app","archived":false,"fork":false,"pushed_at":"2016-01-21T01:37:47.000Z","size":523,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-21T23:35:00.518Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"biola/gatekeeper","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codenoble.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-21T00:00:02.000Z","updated_at":"2016-01-21T00:00:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"e398f547-7ade-44ea-8ee6-8036faadadf0","html_url":"https://github.com/codenoble/gatekeeper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codenoble/gatekeeper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenoble%2Fgatekeeper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenoble%2Fgatekeeper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenoble%2Fgatekeeper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenoble%2Fgatekeeper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codenoble","download_url":"https://codeload.github.com/codenoble/gatekeeper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenoble%2Fgatekeeper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279009509,"owners_count":26084609,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-10-12T00:56:15.183Z","updated_at":"2025-10-12T00:56:16.523Z","avatar_url":"https://github.com/codenoble.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Gatekeeper\n==========\n\nGatekeeper handles the creation and management of user accounts for friends of Biola University who do not have a regular Biola student or staff account.\n\nFeatures\n--------\n\n- User account creation\n- Email addresses must be confirmed via a link sent by email\n- Forgot password via link sent by email\n- Users can change passwords, edit or delete their accounts\n- Return to original site after account creation\n- User IP, user agent string and referring site are recorded on creation\n- Admins can view users\n- Admins can see a history of deleted users\n- Admins can edit or delete user accounts\n- Admins can search user and deleted user accounts\n- Admins can associate a user account with a Biolan user account\n\n### Link to returning to after account creation\nIf you want to have a Create Account link on your site that will return the user to your site after they've created their account. Just add a `return` query string parameter to your URL, like so: `http://gatekeeper.dev/create?return=http%3A%2F%2Fexample.com`.\n\nOnce their account has been created and confirmed, Gatekeeper will ask them to log into CAS with the service URL you provided in the `return` parameter.\n\nRequirements\n------------\n\n- Ruby\n- MongoDB\n- Rack compatible web server\n- CAS server (for admin logins)\n- trogdir-api installation (for associating Biola people with accounts)\n\nInstallation\n------------\n```bash\ngit clone git@github.com:biola/gatekeeper.git\ncd gatekeeper\nbundle install\ncp config/mongoid.yml.example config/mongoid.yml\ncp config/settings.local.yml.example config/settings.local.yml\ncp config/newrelic.yml.example config/newrelic.yml\n```\n\nConfiguration\n-------------\n\n- Edit `config/mongoid.yml` accordingly\n- Edit `config/settings.local.yml` accordingly\n- Edit `config/newrelic.yml` accordingly\n\n### External Authentication\nIf you'd like to have a third-party server (such as a CAS server) authenticate against the user collection, you should use a filter query like this.\n\n`db.users.find({_type: 'NonBiolan', confirmed_at: {$ne: null}})`\n\nPasswords are stored in the `password_digest` field using Rails' [`has_secure_password`](http://api.rubyonrails.org/classes/ActiveModel/SecurePassword/ClassMethods.html#method-i-has_secure_password) which, in turn uses [bcrypt](https://en.wikipedia.org/wiki/Bcrypt)\n\nTesting\n-------\n\nSimply run `rspec` to run the automated test suite.\n\nRelated Documentation\n---------------------\n\n- [turnout](https://github.com/biola/turnout)\n- [pinglish](https://github.com/jbarnette/pinglish)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodenoble%2Fgatekeeper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodenoble%2Fgatekeeper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodenoble%2Fgatekeeper/lists"}