Module: Service::FossIdentity

Defined in:
lib/service/foss_identity.rb

Class Method Summary collapse

Class Method Details

.sign_out(path, cookie) ⇒ Object



8
9
10
11
12
13
# File 'lib/service/foss_identity.rb', line 8

def sign_out(path, cookie)
  Net::HTTP.post(
      URI(path),
      "cookie" => cookie
  )
end