WEBVTT
Kind: captions
Language: en

00:00:00.060 --> 00:00:04.980
Now that we've updated the permissions
on our feed API let's go ahead and test

00:00:04.980 --> 00:00:11.219
that they're working okay in the browser
so make sure that the development server

00:00:11.219 --> 00:00:16.940
is running and has reloaded with the
latest changes that we made to our API

00:00:16.940 --> 00:00:22.050
then let's open up the Google Chrome
browser you can see that I'm currently

00:00:22.050 --> 00:00:28.260
authenticated and listing items in the
feed API so what happens if I uncheck

00:00:28.260 --> 00:00:33.870
the authorization header in the mod
headers Chrome extension and refresh the

00:00:33.870 --> 00:00:38.610
page if you hit that you can see that it
returns authentication credentials were

00:00:38.610 --> 00:00:42.980
not provided this is because this
endpoint is now locked down to

00:00:42.980 --> 00:00:48.539
authenticated users only okay so we can
see that the permission classes are

00:00:48.539 --> 00:00:54.539
working as expected now let's open up
the terminal and let's commit our

00:00:54.539 --> 00:01:03.300
changes to git type git add dot git
commit - am and we'll write the

00:01:03.300 --> 00:01:09.580
message added user profile feed API

00:01:09.580 --> 00:01:12.060
okay now let's finally push the changes

00:01:12.060 --> 00:01:21.350
to github and there we have our API
completed

