https://github.com/jcubic/php-terminal-jwt
Demo of JWT with jQuery Terminal
https://github.com/jcubic/php-terminal-jwt
jquery-terminal json-rpc jwt terminal
Last synced: 7 months ago
JSON representation
Demo of JWT with jQuery Terminal
- Host: GitHub
- URL: https://github.com/jcubic/php-terminal-jwt
- Owner: jcubic
- Created: 2023-06-13T21:43:11.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T11:18:04.000Z (10 months ago)
- Last Synced: 2024-10-16T12:29:53.461Z (8 months ago)
- Topics: jquery-terminal, json-rpc, jwt, terminal
- Language: PHP
- Homepage: https://terminal.jcubic.pl/jwt/
- Size: 19.5 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JWT and jQuery Terminal demo
This is a demo of JWT tokens using with [jQuery Terminal](https://terminal.jcubic.pl/)
JSON-RPC feature. The PHP code use [Firebase JWT](https://github.com/firebase/php-jwt)
library and implements Access and Refresh tokens.
The code also use [json-rpc.php](https://github.com/jcubic/json-rpc) for JSON-RPC implementation.## Usage
To use this code:
1. Run `composer install` (composer need to be installed on your system)
2. Copy `.env.example` to `.env` and set username, password, secrets, and the rest of the configurationTo test this in action you can check: https://terminal.jcubic.pl/jwt/
The username and password is default (demo:demo).## License
Licensed under [MIT](http://opensource.org/licenses/MIT) license
Copyright (c) 2023 [Jakub T. Jankiewicz](https://jcubic.pl/me)