Skip to content
/ mnlon Public

Infrastructura para backend con Micronaut y Lonsoft

Notifications You must be signed in to change notification settings

mariogb/mnlon

Repository files navigation

Micronaut 3.7.3 Documentation


Feature rxjava3 documentation

Feature security-jwt documentation

Feature hibernate-validator documentation

Feature http-client documentation

Testing login

curl -X "POST" "http://localhost:8123/login" -H 'Content-Type: application/json' -d $'{"username": "admin","password": "1234"}'

mnlon

curl -X 'POST'
'http://localhost:8123/login'
-H 'accept: application/json'
-H 'Content-Type: application/json'
-d '{ "username":"admin", "password": "1234" }'

Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VybmFtZSI6ImFkbWluIiwiZW1haWwiOiJhZG1AZ2cuY29tIiwidHlwZUxvbiI6IkFETSIsInBrZXkiOiJhZG1pbiIsImlkIjoxLCJpYXQiOjE2NzM1MzQ2NDUsImV4cCI6MTY3MzU0NTQ0NSwiaXNzIjoiTE9OVlgifQ.-mnGxrZY2byrdhmn3vPhoPQ57ZwtJ_fCfVtio6zuks8

curl -kv -H 'Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyIiwibmJmIjoxNjczNTM0NTI2LCJUWVBFTE9OIjoiQURNIiwicm9sZXMiOlsiQSIsIkIiXSwiaXNzIjoibW5sb24iLCJJRCI6MSwiZXhwIjoxNjczNTM4MTI2LCJpYXQiOjE2NzM1MzQ1MjZ9.0b9BrvPntw48vJTuyExdA3sraJgUsc7tu8niB7sR85A' http://localhost:8123/pg/base

curl -X 'POST'
'http://localhost:8080/base'
-H 'accept: application/json'
-H 'Content-Type: application/json'
-H 'Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyIiwibmJmIjoxNjczNTM0NTI2LCJUWVBFTE9OIjoiQURNIiwicm9sZXMiOlsiQSIsIkIiXSwiaXNzIjoibW5sb24iLCJJRCI6MSwiZXhwIjoxNjczNTM4MTI2LCJpYXQiOjE2NzM1MzQ1MjZ9.0b9BrvPntw48vJTuyExdA3sraJgUsc7tu8niB7sR85A'
-d '{ "pkey": "string", "description": "string", "pname": "string", "type": "string" }'

About

Infrastructura para backend con Micronaut y Lonsoft

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages