Skip to content

Commit

Permalink
Just renaming files
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed May 12, 2021
1 parent 67a28f2 commit 4dab45f
Show file tree
Hide file tree
Showing 39 changed files with 37 additions and 37 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Auth.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.fastybird.com
* @author Adam Kadlec <[email protected]>
* @package FastyBird:SimpleAuth!
Expand Down
2 changes: 1 addition & 1 deletion src/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Constants.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.fastybird.com
* @author Adam Kadlec <[email protected]>
* @package FastyBird:SimpleAuth!
Expand Down
2 changes: 1 addition & 1 deletion src/DI/SimpleAuthExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* SimpleAuthExtension.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.fastybird.com
* @author Adam Kadlec <[email protected]>
* @package FastyBird:SimpleAuth!
Expand Down
2 changes: 1 addition & 1 deletion src/Entities/IEntityOwner.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* IEntityOwner.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.fastybird.com
* @author Adam Kadlec <[email protected]>
* @package FastyBird:SimpleAuth!
Expand Down
2 changes: 1 addition & 1 deletion src/Entities/TEntityOwner.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* TEntityOwner.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.fastybird.com
* @author Adam Kadlec <[email protected]>
* @package FastyBird:SimpleAuth!
Expand Down
2 changes: 1 addition & 1 deletion src/Entities/Tokens/IToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* IToken.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.fastybird.com
* @author Adam Kadlec <[email protected]>
* @package FastyBird:SimpleAuth!
Expand Down
2 changes: 1 addition & 1 deletion src/Entities/Tokens/Token.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Token.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.fastybird.com
* @author Adam Kadlec <[email protected]>
* @package FastyBird:SimpleAuth!
Expand Down
2 changes: 1 addition & 1 deletion src/Exceptions/AuthenticationException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* AuthenticationException.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.fastybird.com
* @author Adam Kadlec <[email protected]>
* @package FastyBird:SimpleAuth!
Expand Down
2 changes: 1 addition & 1 deletion src/Exceptions/ForbiddenAccessException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* ForbiddenAccessException.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.fastybird.com
* @author Adam Kadlec <[email protected]>
* @package FastyBird:SimpleAuth!
Expand Down
2 changes: 1 addition & 1 deletion src/Exceptions/IException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* IException.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.fastybird.com
* @author Adam Kadlec <[email protected]>
* @package FastyBird:SimpleAuth!
Expand Down
2 changes: 1 addition & 1 deletion src/Exceptions/InvalidArgumentException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* InvalidArgumentException.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.fastybird.com
* @author Adam Kadlec <[email protected]>
* @package FastyBird:SimpleAuth!
Expand Down
2 changes: 1 addition & 1 deletion src/Exceptions/InvalidMappingException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* InvalidMappingException.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.fastybird.com
* @author Adam Kadlec <[email protected]>
* @package FastyBird:SimpleAuth!
Expand Down
2 changes: 1 addition & 1 deletion src/Exceptions/InvalidStateException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* InvalidStateException.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.fastybird.com
* @author Adam Kadlec <[email protected]>
* @package FastyBird:SimpleAuth!
Expand Down
2 changes: 1 addition & 1 deletion src/Exceptions/UnauthorizedAccessException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* UnauthorizedAccessException.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.fastybird.com
* @author Adam Kadlec <[email protected]>
* @package FastyBird:SimpleAuth!
Expand Down
2 changes: 1 addition & 1 deletion src/Mapping/Annotation/Owner.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Owner.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.fastybird.com
* @author Adam Kadlec <[email protected]>
* @package FastyBird:SimpleAuth!
Expand Down
2 changes: 1 addition & 1 deletion src/Mapping/Driver/Owner.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Owner.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.fastybird.com
* @author Adam Kadlec <[email protected]>
* @package FastyBird:SimpleAuth!
Expand Down
2 changes: 1 addition & 1 deletion src/Middleware/AccessMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* AccessMiddleware.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.fastybird.com
* @author Adam Kadlec <[email protected]>
* @package FastyBird:SimpleAuth!
Expand Down
2 changes: 1 addition & 1 deletion src/Middleware/UserMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* UserMiddleware.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.fastybird.com
* @author Adam Kadlec <[email protected]>
* @package FastyBird:SimpleAuth!
Expand Down
2 changes: 1 addition & 1 deletion src/Models/Tokens/ITokenRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* ITokenRepository.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.fastybird.com
* @author Adam Kadlec <[email protected]>
* @package FastyBird:SimpleAuth!
Expand Down
2 changes: 1 addition & 1 deletion src/Models/Tokens/ITokensManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* ITokensManager.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.fastybird.com
* @author Adam Kadlec <[email protected]>
* @package FastyBird:SimpleAuth!
Expand Down
2 changes: 1 addition & 1 deletion src/Models/Tokens/TokenRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* TokenRepository.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.fastybird.com
* @author Adam Kadlec <[email protected]>
* @package FastyBird:SimpleAuth!
Expand Down
2 changes: 1 addition & 1 deletion src/Models/Tokens/TokensManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* TokensManager.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.fastybird.com
* @author Adam Kadlec <[email protected]>
* @package FastyBird:SimpleAuth!
Expand Down
2 changes: 1 addition & 1 deletion src/Queries/FindTokensQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* FindTokensQuery.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.fastybird.com
* @author Adam Kadlec <[email protected]>
* @package FastyBird:SimpleAuth!
Expand Down
2 changes: 1 addition & 1 deletion src/Security/IAuthenticator.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* IAuthenticator.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.fastybird.com
* @author Adam Kadlec <[email protected]>
* @package FastyBird:SimpleAuth!
Expand Down
2 changes: 1 addition & 1 deletion src/Security/IIdentity.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* IIdentity.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.fastybird.com
* @author Adam Kadlec <[email protected]>
* @package FastyBird:SimpleAuth!
Expand Down
2 changes: 1 addition & 1 deletion src/Security/IIdentityFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* IIdentityFactory.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.fastybird.com
* @author Adam Kadlec <[email protected]>
* @package FastyBird:SimpleAuth!
Expand Down
2 changes: 1 addition & 1 deletion src/Security/IUserStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* IUserStorage.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.fastybird.com
* @author Adam Kadlec <[email protected]>
* @package FastyBird:SimpleAuth!
Expand Down
2 changes: 1 addition & 1 deletion src/Security/IdentityFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* IdentityFactory.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.fastybird.com
* @author Adam Kadlec <[email protected]>
* @package FastyBird:SimpleAuth!
Expand Down
2 changes: 1 addition & 1 deletion src/Security/PlainIdentity.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* PlainIdentity.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.fastybird.com
* @author Adam Kadlec <[email protected]>
* @package FastyBird:SimpleAuth!
Expand Down
2 changes: 1 addition & 1 deletion src/Security/TokenBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* TokenBuilder.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.fastybird.com
* @author Adam Kadlec <[email protected]>
* @package FastyBird:SimpleAuth!
Expand Down
2 changes: 1 addition & 1 deletion src/Security/TokenReader.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* TokenReader.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.fastybird.com
* @author Adam Kadlec <[email protected]>
* @package FastyBird:SimpleAuth!
Expand Down
2 changes: 1 addition & 1 deletion src/Security/TokenValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* TokenValidator.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.fastybird.com
* @author Adam Kadlec <[email protected]>
* @package FastyBird:SimpleAuth!
Expand Down
2 changes: 1 addition & 1 deletion src/Security/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* User.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.fastybird.com
* @author Adam Kadlec <[email protected]>
* @package FastyBird:SimpleAuth!
Expand Down
2 changes: 1 addition & 1 deletion src/Security/UserStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* User.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.fastybird.com
* @author Adam Kadlec <[email protected]>
* @package FastyBird:SimpleAuth!
Expand Down
2 changes: 1 addition & 1 deletion src/Subscribers/UserSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* UserSubscriber.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.fastybird.com
* @author Adam Kadlec <[email protected]>
* @package FastyBird:SimpleAuth!
Expand Down
2 changes: 1 addition & 1 deletion src/Types/TokenStateType.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* TokenStateType.php
*
* @license More in license.md
* @license More in LICENSE.md
* @copyright https://www.fastybird.com
* @author Adam Kadlec <[email protected]>
* @package FastyBird:SimpleAuth!
Expand Down
2 changes: 1 addition & 1 deletion tests/common.neon
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Node auth DI configuration
#
# @license More in license.md
# @license More in LICENSE.md
# @copyright https://www.fastybird.com
# @author Adam Kadlec <[email protected]>
# @package FastyBird:SimpleAuth!
Expand Down

0 comments on commit 4dab45f

Please sign in to comment.