We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c159586 + d7b916a commit 7159410Copy full SHA for 7159410
README.md
@@ -4,7 +4,7 @@ A simple JWT middleware for Phalcon Micro to handle stateless authentication.
4
5
## Installation
6
```bash
7
-composer require dmkit/phalcon-jwt-auth
+$ composer require dmkit/phalcon-jwt-auth
8
```
9
or in your composer.json
10
```json
@@ -17,7 +17,7 @@ or in your composer.json
17
18
then run
19
20
-composer update
+$ composer update
21
22
23
## Usage
@@ -173,7 +173,7 @@ print_r( $app->getDI()->get('auth')->data('email') );
173
print_r( $this->auth->data() );
174
175
If you want to change the service name:
176
-```
+```php
177
AuthMicro::$diName = 'jwtAuth';
178
179
0 commit comments