https://github.com/napestershine/sf5
https://github.com/napestershine/sf5
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/napestershine/sf5
- Owner: napestershine
- Created: 2020-04-10T08:48:26.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-19T17:27:13.000Z (over 1 year ago)
- Last Synced: 2025-01-28T02:14:22.942Z (6 months ago)
- Language: PHP
- Size: 265 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```sh
openssl genrsa -out config/jwt/private.pem -aes256 4096
openssl rsa -pubout -in config/jwt/private.pem -out config/jwt/public.pem
```### create a user
```json
{
"username": "admin",
"name": "Manu",
"email": "[email protected]",
"password": "123"
}
```### Create a blog post
```json```