We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3abf1f5 commit 4244a09Copy full SHA for 4244a09
actionpack/lib/action_controller/metal/http_authentication.rb
@@ -263,7 +263,7 @@ def secret_token(request)
263
# The quality of the implementation depends on a good choice.
264
# A nonce might, for example, be constructed as the base 64 encoding of
265
#
266
- # => time-stamp H(time-stamp ":" ETag ":" private-key)
+ # time-stamp H(time-stamp ":" ETag ":" private-key)
267
268
# where time-stamp is a server-generated time or other non-repeating value,
269
# ETag is the value of the HTTP ETag header associated with the requested entity,
0 commit comments