You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
964 B
964 B
Authentication & Authorization
Kato täältä esimerkki
- Authentication: Verifying that you are indeed you
- Authorization: Determining access rights based on your privileges
- If you don't restrict access to your endpoints, something like this might happen !!!
- Tee loput luennot tän esimerkin mukaan:
Esimerkkisisältö: Tehtävänanto
- Make a simple HTML website using the template from the previous slide, so that it contains paragraphs, headings, images and links.
- Add at least two links; one remote and one local.
- How would you make an image to be a link?
- Later on, we will add more stuff to the site.