https://github.com/ppcamp/go-auth
[Library] A simple JWT service to check and parse a validation element
https://github.com/ppcamp/go-auth
Last synced: about 1 year ago
JSON representation
[Library] A simple JWT service to check and parse a validation element
- Host: GitHub
- URL: https://github.com/ppcamp/go-auth
- Owner: ppcamp
- License: mit
- Created: 2022-07-16T16:47:16.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-31T14:21:04.000Z (almost 4 years ago)
- Last Synced: 2023-08-08T19:54:22.429Z (almost 3 years ago)
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-auth
[LIBRARY] A simple JWT service to check and parse a validation element
```bash
# to generate a simple ssl key
# https://stackoverflow.com/a/10176685
DEFAULT="req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -sha256 -days 365"
SECURITY=-nodes # to disable a password to this
openssl DEFAULT $SECURITY
```