Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
This used to be used for generating `Security.salt` and `Security.cipherSeed`, but the method is unused in 3.x
  • Loading branch information
josegonzalez committed Mar 22, 2015
1 parent c740d8f commit 0c3bb9f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/Utility/Security.php
Expand Up @@ -47,16 +47,6 @@ class Security
*/
protected static $_instance;

/**
* Generate authorization hash.
*
* @return string Hash
*/
public static function generateAuthKey()
{
return Security::hash(Text::uuid());
}

/**
* Create a hash from string using given method.
*
Expand Down

0 comments on commit 0c3bb9f

Please sign in to comment.