{"id":18656817,"url":"https://github.com/zendesk/classic_asp_jwt","last_synced_at":"2025-04-11T18:31:22.067Z","repository":{"id":8335645,"uuid":"9890965","full_name":"zendesk/classic_asp_jwt","owner":"zendesk","description":"A JWT implementation in Classic ASP","archived":true,"fork":false,"pushed_at":"2024-08-19T14:37:32.000Z","size":142,"stargazers_count":33,"open_issues_count":5,"forks_count":19,"subscribers_count":416,"default_branch":"master","last_synced_at":"2025-03-13T08:04:14.693Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"ASP","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/zendesk.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":"2013-05-06T16:22:02.000Z","updated_at":"2024-11-23T16:18:30.000Z","dependencies_parsed_at":"2022-07-26T07:47:06.485Z","dependency_job_id":null,"html_url":"https://github.com/zendesk/classic_asp_jwt","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/zendesk%2Fclassic_asp_jwt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zendesk%2Fclassic_asp_jwt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zendesk%2Fclassic_asp_jwt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zendesk%2Fclassic_asp_jwt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zendesk","download_url":"https://codeload.github.com/zendesk/classic_asp_jwt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248458453,"owners_count":21107080,"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-07T07:25:28.188Z","updated_at":"2025-04-11T18:31:21.799Z","avatar_url":"https://github.com/zendesk.png","language":"ASP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Classic ASP JWT\n\nA JWT implementation in Classic ASP, currently only supports `JWTEncode(dictionary, secret)`.\n\n### Usage\n\n```asp\n\u003c!--#include file=\"jwt.asp\" --\u003e\n\u003c%\nDim sKey, dAttributes, sToken\n\nsKey = \"Shared Secret\"\nSet dAttributes=Server.CreateObject(\"Scripting.Dictionary\")\n\n' The UniqueString and SecsSinceEpoch functions are provided by this implementation\ndAttributes.Add \"jti\", UniqueString\ndAttributes.Add \"iat\", SecsSinceEpoch\ndAttributes.Add \"name\", \"Roger\"\ndAttributes.Add \"email\", \"roger@example.com\"\n\nsToken = JWTEncode(dAttributes, sKey)\n%\u003e\n```\n\n### License\n\nThe depdendencies in the `external` folder are subject to their respective licenses as noted in the files. This license only pertains to the other files in this repository.\n\nCopyright 2013 Zendesk\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzendesk%2Fclassic_asp_jwt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzendesk%2Fclassic_asp_jwt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzendesk%2Fclassic_asp_jwt/lists"}