basic-auth-token
Advanced tools
Comparing version 0.1.1 to 0.1.2
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
## 0.1.2 - 2015-04-11 | ||
### Changed | ||
- added note pointing to basic-authorization-header. | ||
## 0.1.1 - 2015-04-11 | ||
@@ -5,0 +9,0 @@ ### Changed |
{ | ||
"name": "basic-auth-token", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Token generated by concatenating username and password with `:` character within a base64 encoded string.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -24,6 +24,10 @@ # basic-auth-token | ||
- [RFC2617](https://tools.ietf.org/html/rfc2617#section-2) | ||
- [Security Considerations](https://tools.ietf.org/html/rfc2617#section-4) | ||
- [Increasing Security](http://security.stackexchange.com/a/27881/72283) | ||
- [RFC2617] | ||
- [Security Considerations] | ||
- [Increasing Security] | ||
## Notes | ||
If you want the full [RFC2617] authorization header value, check out [basic-authorization-header](https://www.npmjs.com/package/basic-authorization-header). | ||
## License | ||
@@ -33,1 +37,4 @@ | ||
[RFC2617]: https://tools.ietf.org/html/rfc2617#section-2 | ||
[Security Considerations]: https://tools.ietf.org/html/rfc2617#section-4 | ||
[Increasing Security]: http://security.stackexchange.com/a/27881/72283 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4578
39