Java SQL Tutorial: Secure SpringBoot Rest API (Part 1)

Published: 08 May 2021
on channel: iCS Discover
98
1

Support My Channel:
Zelle: lalumastan@gmail.com
PayPal: https://paypal.me/icsdiscover
GPay: lalumastan@gmail.com
Venmo: @onusabina

Video Description:
Employee Vaccination Management System (EVMS) REST API configured for MySQL works with Springboot, Rest Controller & Hibernate. It uses JSON Web Token (JWT) with OAuth2 for authentication. Part 1 briefly demonstrates the usage & functionality. You can try it yourself based on the instruction below:

1) Using the basic authentication in the header as shown below, POST the following URL first to get the API access token
[Authorization: Basic ZW1wbG95ZWUtdmFjY2luZS1tYW5hZ2VtZW50LXN5c3RlbTppdHV0b3Jpbmdfc2VjcmV0]
http://evmsapi.herokuapp.com/oauth/to...

2) You should get an access token like the following:
{
"access_token": "eyJhbGci ... asR844lgyI",
"token_type": "bearer",
...
}

3) Using the bearer access token for authorization, try any of the secure APIs shown below as GET URLs to fetch the data
[Authorization: Bearer eyJhbGci ... asR844lgyI]
http://evmsapi.herokuapp.com/api/empl...
http://evmsapi.herokuapp.com/api/empl...
http://evmsapi.herokuapp.com/employee...
http://evmsapi.herokuapp.com/employee...
http://evmsapi.herokuapp.com/vaccine
http://evmsapi.herokuapp.com/vaccine/:id
http://evmsapi.herokuapp.com/vaccine_...
http://evmsapi.herokuapp.com/vaccine_...

Full Application Demo: https://icsdiscover.great-site.net/

Full Application Code: https://www.piecex.com/source-code/CO...

Linkedin:   / mohammed-islam-57264235  
Twitter:   / javarhythm  


Free Cryptocurrencies
-----------------------------------
Get $10 in Bitcoin: https://www.coinbase.com/join/islam_w88t
Sign up for Crypto.com to get $25 USD: https://crypto.com/app/2j3er2s5jp
Sign up for the Gemini app to get $10 USD of Bitcoin: https://gemini.com/share/pyqqx9zu9
Sign up for the BlockFi to get up to $2500 USD of Bitcoin: https://blockfi.com/?ref=3798d9a0


On this page of the site you can watch the video online Java SQL Tutorial: Secure SpringBoot Rest API (Part 1) with a duration of hours minute second in good quality, which was uploaded by the user iCS Discover 08 May 2021, share the link with friends and acquaintances, this video has already been watched 98 times on youtube and it was liked by 1 viewers. Enjoy your viewing!