{"id":28076790,"url":"https://github.com/jaredhanson/js-sasl","last_synced_at":"2025-05-13T01:51:44.388Z","repository":{"id":6102153,"uuid":"7329553","full_name":"jaredhanson/js-sasl","owner":"jaredhanson","description":"SASL mechanism factory.","archived":false,"fork":false,"pushed_at":"2013-06-19T15:40:47.000Z","size":236,"stargazers_count":11,"open_issues_count":1,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-10T21:47:48.923Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/jaredhanson.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":"2012-12-26T17:00:12.000Z","updated_at":"2024-06-27T18:03:56.000Z","dependencies_parsed_at":"2022-09-26T16:21:28.198Z","dependency_job_id":null,"html_url":"https://github.com/jaredhanson/js-sasl","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredhanson%2Fjs-sasl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredhanson%2Fjs-sasl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredhanson%2Fjs-sasl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredhanson%2Fjs-sasl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaredhanson","download_url":"https://codeload.github.com/jaredhanson/js-sasl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253856617,"owners_count":21974576,"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":"2025-05-13T01:51:43.755Z","updated_at":"2025-05-13T01:51:44.379Z","avatar_url":"https://github.com/jaredhanson.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SASL\n\nThis module is a JavaScript framework for SASL authentication and data security.\nMechanisms are pluggable, allowing a server and client to negotiate supported\nmechanisms when performing authentication in connection-oriented protocols.\n\n## Install\n\n##### npm\n\n    $ npm install saslmechanisms\n\n##### volo\n\n    $ volo add jaredhanson/js-sasl sasl\n\n## Usage\n\nCreate a SASL mechanism factory.\n\n```javascript\nvar factory = new sasl.Factory();\n```\n\nRegister supported SASL mechanisms.\n\n```\nfactory.use(require('sasl-plain'));\n```\n\n## Mechanisms\n\n|Mechanism                                                                          |Developer                                       |\n|-----------------------------------------------------------------------------------|------------------------------------------------|\n|[ANONYMOUS](https://github.com/jaredhanson/js-sasl-anonymous)                      |[Jared Hanson](https://github.com/jaredhanson)  |\n|[DIGEST-MD5](https://github.com/jaredhanson/js-sasl-digest-md5)                    |[Jared Hanson](https://github.com/jaredhanson)  |\n|[EXTERNAL](https://github.com/jaredhanson/js-sasl-external)                        |[Jared Hanson](https://github.com/jaredhanson)  |\n|[PLAIN](https://github.com/jaredhanson/js-sasl-plain)                              |[Jared Hanson](https://github.com/jaredhanson)  |\n|[XOAUTH2](https://github.com/jaredhanson/js-sasl-xoauth2)                          |[Jared Hanson](https://github.com/jaredhanson)  |\n|[X-FACEBOOK-PLATFORM](https://github.com/jaredhanson/js-sasl-x-facebook-platform)  |[Jared Hanson](https://github.com/jaredhanson)  |\n|[X-OAUTH2](https://github.com/jaredhanson/js-sasl-x-oauth2)                        |[Jared Hanson](https://github.com/jaredhanson)  |\n\n## Compatibility\n\n##### Browser\n\n[![browser support](https://ci.testling.com/jaredhanson/js-sasl.png)](http://ci.testling.com/jaredhanson/js-sasl)\n\n##### Modules\n\n  - [AMD](https://github.com/amdjs/amdjs-api)\n  - [CommonJS](http://www.commonjs.org/)\n  - [Node](http://nodejs.org/)\n\n## Tests\n\n[![Travis CI](https://secure.travis-ci.org/jaredhanson/js-sasl.png)](http://travis-ci.org/jaredhanson/js-sasl) [![David DM](https://david-dm.org/jaredhanson/js-sasl.png)](http://david-dm.org/jaredhanson/js-sasl)\n\n##### Browser\n\nTo run tests in a browser, execute the Make target for the desired browser:\n\n    $ make test-chrome\n    $ make test-firefox\n    $ make test-safari\n    \nHeadless tests can be executed directly from a terminal:\n    \n    $ make test-phantomjs\n\n##### Node\n\nTo run tests in Node:\n\n    $ make test-node\n\n## Credits\n\n  - [Jared Hanson](http://github.com/jaredhanson)\n\n## License\n\n[The MIT License](http://opensource.org/licenses/MIT)\n\nCopyright (c) 2012-2013 Jared Hanson \u003c[http://jaredhanson.net/](http://jaredhanson.net/)\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaredhanson%2Fjs-sasl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaredhanson%2Fjs-sasl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaredhanson%2Fjs-sasl/lists"}