mirror of
https://github.com/FriendsOfSymfony/FOSAdvancedEncoderBundle.git
synced 2026-03-24 00:32:20 +01:00
[PR #10] [MERGED] Added bcrypt and pbkdf2 encoder support #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/FriendsOfSymfony/FOSAdvancedEncoderBundle/pull/10
Author: @marc-f
Created: 3/13/2014
Status: ✅ Merged
Merged: 3/13/2014
Merged by: @stof
Base:
master← Head:master📝 Commits (4)
5d77b0aadded support for BCrypt Encoder3db4b7ffix constructor parameters for BCryptPasswordEncoder in Symfony 2.337cc948added support for pbkdf2 Encoder3e0c012merged smottt/FOSAdvancedEncoderBundle for adding bcrypt📊 Changes
3 files changed (+47 additions, -0 deletions)
View changed files
📝
DependencyInjection/Configuration.php(+3 -0)📝
DependencyInjection/FOSAdvancedEncoderExtension.php(+25 -0)📝
Tests/DependencyInjection/FOSAdvancedEncoderExtensionTest.php(+19 -0)📄 Description
bcrypt was merged from smottt/FOSAdvancedEncoderBundle
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.