CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 23 Aug 2025 03:58:23 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100125185630
location: https://web.archive.org/web/20100125185630/https://github.com/opscode/mixlib-authentication
server-timing: captures_list;dur=0.767339, exclusion.robots;dur=0.025023, exclusion.robots.policy;dur=0.010749, esindex;dur=0.013849, cdx.remote;dur=5.897980, LoadShardBlock;dur=188.487271, PetaboxLoader3.resolve;dur=129.244564, PetaboxLoader3.datanode;dur=54.731917
x-app-server: wwwb-app210
x-ts: 302
x-tr: 221
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app210; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sat, 23 Aug 2025 03:58:25 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Mon, 25 Jan 2010 18:56:30 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "6b349a505b1a4de06b665eae068e036b"
x-archive-orig-x-runtime: 100ms
x-archive-orig-content-length: 23855
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Mon, 25 Jan 2010 18:56:30 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 25 Jan 2010 18:56:30 GMT", ; rel="memento"; datetime="Mon, 25 Jan 2010 18:56:30 GMT", ; rel="next memento"; datetime="Sat, 30 Jan 2010 00:42:11 GMT", ; rel="last memento"; datetime="Sun, 22 Jun 2025 17:15:02 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_13_20100125181948_crawl102-c/51_13_20100125185613_crawl101.arc.gz
server-timing: captures_list;dur=0.536609, exclusion.robots;dur=0.019036, exclusion.robots.policy;dur=0.008952, esindex;dur=0.010913, cdx.remote;dur=7.128565, LoadShardBlock;dur=253.195483, PetaboxLoader3.resolve;dur=270.368244, PetaboxLoader3.datanode;dur=88.944348, load_resource;dur=135.075958
x-app-server: wwwb-app210
x-ts: 200
x-tr: 463
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
opscode's mixlib-authentication at master - GitHub
This service is courtesy of Pledgie.
opscode / mixlib-authentication
- Source
- Commits
- Network (7)
- Downloads (3)
- Graphs
-
Branch:
master
-
Branches (2)
- PL-316
- master ✓
- Tags (3)
Sending Request…
Enable Donations
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
AuthN signing and verification. Appears in both the client and server — Read more

Dan DeLeo (author)
Sat Dec 19 12:28:28 -0800 2009
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Tue Aug 11 21:50:44 -0700 2009 | Switching to using strings in the headers.. [Adam Jacob] |
![]() |
LICENSE | Thu Aug 06 10:45:00 -0700 2009 | initial commit for new repository [Christopher Brown] |
![]() |
NOTICE | Thu Oct 29 16:58:51 -0700 2009 | Updating the NOTICE file, adding apache header [Adam Jacob] |
![]() |
README.rdoc | Thu Oct 29 16:58:51 -0700 2009 | Updating the NOTICE file, adding apache header [Adam Jacob] |
![]() |
Rakefile | Sat Dec 19 12:28:28 -0800 2009 | fix CHEF-808: rm cucumber from Rakefile * ther... [Dan DeLeo] |
![]() |
lib/ | Thu Dec 10 11:11:45 -0800 2009 | fix log level call and remove spurious auth hea... [Christopher Brown] |
![]() |
spec/ | Thu Nov 19 18:36:06 -0800 2009 | Modified to handle both Merb and Passenger, as ... [timh] |
README.rdoc
Mixlib::Authentication
Mixlib::Authentication provides a class-based header signing authentication object, like the one used in Chef.
License
Author: | Christopher Brown (<cb@opscode.com>) |
Copyright: | Copyright © 2009 Opscode, Inc. |
License: | Apache License, Version 2.0 |
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless 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.