Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/napestershine/sf5
https://github.com/napestershine/sf5
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/napestershine/sf5
- Owner: napestershine
- Created: 2020-04-10T08:48:26.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-19T17:27:13.000Z (about 1 year ago)
- Last Synced: 2024-10-15T08:45:54.460Z (3 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```