You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/auth.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
1
# Auth
2
2
3
-
Sparky authentiction protocols
3
+
Sparky authentication protocols
4
4
5
5
# Synopsis
6
6
7
-
Sparky comes with two authentiction protocols:
7
+
Sparky comes with two authentication protocols:
8
8
9
9
* Default
10
10
11
11
* Oauth2
12
12
13
13
## Default protocol
14
14
15
-
Default protocl is a simples one, when you don't need anything fancy,
15
+
Default protocol is a simplest one, when you don't need anything fancy,
16
16
but authentication, just add these section to your `~/.sparky.yaml` file:
17
17
18
18
```yaml
@@ -50,7 +50,7 @@ projects:
50
50
For more secure scenario use [oauth2](https://oauth.net/2/) authentication
51
51
protocol.
52
52
53
-
To enable ouath2, add following section to `~/sparky.yaml` configuration file (
53
+
To enable oauth2, add following section to `~/sparky.yaml` configuration file (
54
54
example for Gitlab provider):
55
55
56
56
```yaml
@@ -72,4 +72,4 @@ For now only GitLab oauth2 provider is supported
72
72
73
73
## ACL
74
74
75
-
Sparky ACL allows to create access control lists to manage role based access to Sparky resources, see [docs/acl.md](https://github.com/melezhik/sparky/blob/master/docs/acl.md)
75
+
Sparky ACL allows to create access control lists to manage role based access to Sparky resources, see [docs/acl.md](https://github.com/melezhik/sparky/blob/master/docs/acl.md)
0 commit comments