PHP Class PartKeepr\AuthBundle\Controller\DefaultController

Inheritance: extends FOS\RestBundle\Controller\FOSRestController
Datei anzeigen Open project: partkeepr/PartKeepr

Public Methods

Method Description
getSaltAction ( FOS\RestBundle\Request\ParamFetcher $paramFetcher ) : string Retrieves the salt for a given user.
logoutAction ( Request $request ) Logs out the user.

Method Details

getSaltAction() public method

Retrieves the salt for a given user.
public getSaltAction ( FOS\RestBundle\Request\ParamFetcher $paramFetcher ) : string
$paramFetcher FOS\RestBundle\Request\ParamFetcher
return string The salt

logoutAction() public method

Logs out the user.
public logoutAction ( Request $request )
$request Symfony\Component\HttpFoundation\Request