{"id":24167470,"url":"https://github.com/i-rzr-i/onetimerequesttoken","last_synced_at":"2026-02-07T04:32:18.928Z","repository":{"id":260108495,"uuid":"861729389","full_name":"I-RzR-I/OneTimeRequestToken","owner":"I-RzR-I","description":"Provide a simple solution to protect the application endpoint from untrusted or unwanted requests by supplying every invoked endpoint with a generated security code.","archived":false,"fork":false,"pushed_at":"2025-01-11T16:04:44.000Z","size":122,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-20T11:51:02.567Z","etag":null,"topics":["antiforgery","code","endpoint","http","protect","secure","token"],"latest_commit_sha":null,"homepage":"","language":"C#","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/I-RzR-I.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-09-23T12:22:04.000Z","updated_at":"2025-01-11T16:04:21.000Z","dependencies_parsed_at":"2025-09-20T11:33:06.075Z","dependency_job_id":"057d49c9-83fa-4f2f-8e6a-cebc447ff477","html_url":"https://github.com/I-RzR-I/OneTimeRequestToken","commit_stats":null,"previous_names":["i-rzr-i/onetimerequesttoken"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/I-RzR-I/OneTimeRequestToken","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/I-RzR-I%2FOneTimeRequestToken","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/I-RzR-I%2FOneTimeRequestToken/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/I-RzR-I%2FOneTimeRequestToken/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/I-RzR-I%2FOneTimeRequestToken/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/I-RzR-I","download_url":"https://codeload.github.com/I-RzR-I/OneTimeRequestToken/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/I-RzR-I%2FOneTimeRequestToken/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29186736,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T03:35:06.566Z","status":"ssl_error","status_checked_at":"2026-02-07T03:34:57.604Z","response_time":63,"last_error":"SSL_read: 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":["antiforgery","code","endpoint","http","protect","secure","token"],"created_at":"2025-01-12T21:13:51.248Z","updated_at":"2026-02-07T04:32:18.922Z","avatar_url":"https://github.com/I-RzR-I.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e **Note** This repository is developed using .netstandard2.0.\n\n| Name     | Details |\n|----------|----------|\n| OneTimeRequestToken | [![NuGet Version](https://img.shields.io/nuget/v/OneTimeRequestToken.svg?style=flat\u0026logo=nuget)](https://www.nuget.org/packages/OneTimeRequestToken/) [![Nuget Downloads](https://img.shields.io/nuget/dt/OneTimeRequestToken.svg?style=flat\u0026logo=nuget)](https://www.nuget.org/packages/OneTimeRequestToken)|\n\nThe base idea of the current repository is to provide in some cases a secure way to call application endpoints. So from the repository name, you can understand that the core is to generate a token for every application URL.\n\nIn the basic flow, you generate a token for an endpoint, and then before executing a request to the resource, you must add to the header generated token.\n\nIn the current implementation request validation is realized with a middleware. By default, middleware will search for a token in every request sent with `HTTP` method = `POST`.\nAlso, validation will be triggered by a `GET` request if in the HTTP header, the token is found.\n\nTo understand more efficiently how you can use available functionalities please consult the [using documentation/file](docs/usage.md).\n\n**In case you wish to use it in your project, u can install the package from \u003ca href=\"https://www.nuget.org/packages/OneTimeRequestToken\" target=\"_blank\"\u003enuget.org\u003c/a\u003e** or specify what version you want:\n\n\u003e `Install-Package OneTimeRequestToken -Version x.x.x.x`\n\n## Content\n1. [USING](docs/usage.md)\n1. [CHANGELOG](docs/CHANGELOG.md)\n1. [BRANCH-GUIDE](docs/branch-guide.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fi-rzr-i%2Fonetimerequesttoken","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fi-rzr-i%2Fonetimerequesttoken","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fi-rzr-i%2Fonetimerequesttoken/lists"}