Skip to content

Commit cf9763d

Browse files
authored
Add AuthenticationInterface to the public API
This allows for API stable interceptors for handling user authentication to such ends as implementing a different hashing algorithm for non-magento -> magento migrations
1 parent ad44399 commit cf9763d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/Model/AuthenticationInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
/**
1212
* Interface \Magento\Customer\Model\AuthenticationInterface
13-
*
13+
* @api
1414
*/
1515
interface AuthenticationInterface
1616
{

0 commit comments

Comments
 (0)