{"id":18522413,"url":"https://github.com/astro/ruby-sasl","last_synced_at":"2025-06-15T11:08:19.970Z","repository":{"id":496503,"uuid":"123204","full_name":"astro/ruby-sasl","owner":"astro","description":"Simple Authentication and Security Layer (RFC 4422) for Ruby","archived":false,"fork":false,"pushed_at":"2011-01-27T19:02:25.000Z","size":165,"stargazers_count":12,"open_issues_count":1,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-10T04:39:24.014Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/astro.png","metadata":{"files":{"readme":"README.markdown","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":"2009-02-06T17:10:00.000Z","updated_at":"2019-08-13T13:59:01.000Z","dependencies_parsed_at":"2022-07-07T15:19:30.195Z","dependency_job_id":null,"html_url":"https://github.com/astro/ruby-sasl","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/astro%2Fruby-sasl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astro%2Fruby-sasl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astro%2Fruby-sasl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astro%2Fruby-sasl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/astro","download_url":"https://codeload.github.com/astro/ruby-sasl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astro%2Fruby-sasl/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259215337,"owners_count":22823044,"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":[],"created_at":"2024-11-06T17:30:43.090Z","updated_at":"2025-06-15T11:08:19.954Z","avatar_url":"https://github.com/astro.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Simple Authentication and Security Layer (RFC 4422) for Ruby\n============================================================\n\nGoal\n----\n\nHave a reusable library for client implementations that need to do\nauthentication over SASL, mainly targeted at Jabber/XMPP libraries.\n\nAll class carry just state, are thread-agnostic and must also work in\nasynchronous environments.\n\nUsage\n-----\n\nDerive from **SASL::Preferences** and overwrite the methods. Then,\ncreate a mechanism instance:\n    # mechanisms =\u003e ['DIGEST-MD5', 'PLAIN']\n    sasl = SASL.new(mechanisms, my_preferences)\n    content_to_send = sasl.start\n    # [...]\n    content_to_send = sasl.challenge(received_content)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastro%2Fruby-sasl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fastro%2Fruby-sasl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastro%2Fruby-sasl/lists"}