Skip to content

Instantly share code, notes, and snippets.

View aakhmerov's full-sized avatar

Askar Akhmerov aakhmerov

View GitHub Profile
@aakhmerov
aakhmerov / TokenUtils
Created September 18, 2014 10:06
TokenUtils
@Component
public class TokenUtils {
private static final Logger LOGGER = LoggerFactory.getLogger(TokenUtils.class);
private static final String UTF = "UTF-8";
@Autowired
private PasswordEncoder passwordEncoder;
public static final String MAGIC_KEY = "obfuscate";