Would you like to inspect the original subtitles? These are the user uploaded subtitles that are being translated:
1
00:00:02,040 --> 00:00:03,080
In this course,
2
00:00:03,080 --> 00:00:04,440
you'll learn how you can build
3
00:00:04,440 --> 00:00:07,420
a React driven prompted applications,
4
00:00:07,420 --> 00:00:12,420
user interfaces running in the browser, powered by React.
5
00:00:12,610 --> 00:00:15,630
Now, many of those web applications
6
00:00:15,630 --> 00:00:17,290
which you are going to build
7
00:00:17,290 --> 00:00:21,010
will actually need authentication DOM.
8
00:00:21,010 --> 00:00:25,170
You will often have certain areas in your websites
9
00:00:25,170 --> 00:00:26,530
and your web apps
10
00:00:26,530 --> 00:00:30,500
that require users to sign up and log in.
11
00:00:30,500 --> 00:00:32,210
And therefore that is exactly
12
00:00:32,210 --> 00:00:34,860
what we're going to take a first look at
13
00:00:34,860 --> 00:00:37,340
in this course section.
14
00:00:37,340 --> 00:00:38,800
Because in this course section
15
00:00:38,800 --> 00:00:43,550
I'll introduce you to authentication in react apps.
16
00:00:43,550 --> 00:00:47,860
I'll explore how authentication generally works
17
00:00:47,860 --> 00:00:49,770
in such React apps.
18
00:00:49,770 --> 00:00:52,880
We are going to implement an example
19
00:00:52,880 --> 00:00:54,800
for user authentication.
20
00:00:54,800 --> 00:00:58,970
We're going to implement sign up and log in and log out
21
00:00:58,970 --> 00:01:00,280
and we're going to learn
22
00:01:00,280 --> 00:01:04,129
how we can then also access protected resources
23
00:01:04,129 --> 00:01:06,650
once the user is logged in.
24
00:01:06,650 --> 00:01:10,650
And we're also going to explore the important topics
25
00:01:10,650 --> 00:01:13,640
of authentication persistence,
26
00:01:13,640 --> 00:01:16,280
so that users stay logged in
27
00:01:16,280 --> 00:01:18,760
even if they leave your page.
28
00:01:18,760 --> 00:01:22,320
And we're going to have a look at logging users out
29
00:01:22,320 --> 00:01:25,180
automatically after some time.
30
00:01:25,180 --> 00:01:28,040
That's all packed into this module
31
00:01:28,040 --> 00:01:30,640
and therefore let's now dive right in
32
00:01:30,640 --> 00:01:33,670
and let's understand how authentication works
33
00:01:33,670 --> 00:01:37,343
before we then see a concrete example and write some code.
2472
Can't find what you're looking for?
Get subtitles in any language from opensubtitles.com, and translate them here.