{"id":19648546,"url":"https://github.com/bestpractical/rt-authen-token","last_synced_at":"2025-04-28T16:30:28.323Z","repository":{"id":66697596,"uuid":"96364044","full_name":"bestpractical/rt-authen-token","owner":"bestpractical","description":null,"archived":false,"fork":false,"pushed_at":"2020-08-03T18:47:00.000Z","size":79,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-05T09:25:25.499Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://metacpan.org/release/rt-authen-token","language":"Perl","has_issues":false,"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/bestpractical.png","metadata":{"files":{"readme":"README","changelog":"Changes","contributing":null,"funding":null,"license":null,"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}},"created_at":"2017-07-05T21:50:05.000Z","updated_at":"2020-12-12T14:59:47.000Z","dependencies_parsed_at":"2023-06-14T07:15:48.798Z","dependency_job_id":null,"html_url":"https://github.com/bestpractical/rt-authen-token","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bestpractical%2Frt-authen-token","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bestpractical%2Frt-authen-token/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bestpractical%2Frt-authen-token/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bestpractical%2Frt-authen-token/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bestpractical","download_url":"https://codeload.github.com/bestpractical/rt-authen-token/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251345724,"owners_count":21574764,"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-11T14:48:55.014Z","updated_at":"2025-04-28T16:30:28.307Z","avatar_url":"https://github.com/bestpractical.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"NAME\n    RT-Authen-Token - token-based authentication\n\nDESCRIPTION\n    This module adds the ability for users to generate and login with\n    authentication tokens. Users with the ManageAuthTokens permission will\n    see a new \"Auth Tokens\" menu item under \"Logged in as ____\" -\u003e Settings.\n    On that page they will be able to generate new tokens and modify or\n    revoke existing tokens.\n\n    Once you have an authentication token, you may use it in place of a\n    password to log into RT. (Additionally, RT::Extension::REST2 allows for\n    using auth tokens with the Authorization: token HTTP header.) One common\n    use case is to use an authentication token as an application-specific\n    password, so that you may revoke that application's access without\n    disturbing other applications. You also need not change your password,\n    since the application never received it.\n\n    If you have the AdminUsers permission, along with ManageAuthTokens, you\n    may generate, modify, and revoke tokens for other users as well by\n    visiting Admin -\u003e Users -\u003e Select -\u003e (user) -\u003e Auth Tokens.\n\n    Authentication tokens are stored securely (hashed and salted) in the\n    database just like passwords, and so cannot be recovered after they are\n    generated.\n\nINSTALLATION\n    RT-Authen-Token requires version RT 4.2.5 or later.\n\n    perl Makefile.PL\n    make\n    make install\n        This step may require root permissions.\n\n    make initdb\n        Only run this the first time you install this module.\n\n        If you run this twice, you will end up with duplicate data in your\n        database.\n\n        If you are upgrading this module, check for upgrading instructions\n        in case changes need to be made to your database.\n\n    Edit your /opt/rt4/etc/RT_SiteConfig.pm\n        Add this line:\n\n            Plugin( \"RT::Authen::Token\" );\n\n    Update your Apache configuration\n        If you are running RT under Apache, add the following directive to\n        your RT Apache configuration to allow RT to access the Authorization\n        header.\n\n            SetEnvIf Authorization \"(.*)\" HTTP_AUTHORIZATION=$1\n\n    Restart your webserver\n\nCONFIGURATION\n    If you have a mix of local and external authentication you can disable\n    requiring a password to create tokens with the following line in\n    RT_SiteConfig.pm :\n\n        Set($DisablePasswordForAuthToken, 1);\n\nAUTHOR\n    Best Practical Solutions, LLC \u003cmodules@bestpractical.com\u003e\n\nBUGS\n    All bugs should be reported via email to\n\n        L\u003cbug-RT-Authen-Token@rt.cpan.org|mailto:bug-RT-Authen-Token@rt.cpan.org\u003e\n\n    or via the web at\n\n        L\u003crt.cpan.org|http://rt.cpan.org/Public/Dist/Display.html?Name=RT-Authen-Token\u003e.\n\nCOPYRIGHT\n    This extension is Copyright (C) 2017-2020 Best Practical Solutions, LLC.\n\n    This is free software, licensed under:\n\n      The GNU General Public License, Version 2, June 1991\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbestpractical%2Frt-authen-token","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbestpractical%2Frt-authen-token","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbestpractical%2Frt-authen-token/lists"}