@@ -25,20 +25,38 @@ Any commit on `develop` branch builds images listed below:
25
25
26
26
- ` latest `
27
27
- ` db-sled ` featured image.
28
+ - ` openid-latest `
29
+ - ` db-sled ` featured image.
30
+ - ` openid ` support for authentication
28
31
- ` db-redis-latest `
29
32
- ` db-redis ` featured image.
33
+ - ` db-redis-openid-latest `
34
+ - ` db-redis ` featured image.
35
+ - ` openid ` support for authentication
30
36
- ` db-mongo-latest `
31
37
- ` db-mongo ` featured image.
38
+ - ` db-mongo-openid-latest `
39
+ - ` db-mongo ` featured image.
40
+ - ` openid ` support for authentication
32
41
33
42
34
43
Similarly, images below are built automatically when tags are pushed:
35
44
36
45
- ` {VERSION} ` * (e.g. ` 0.4.3 ` )*
37
46
- ` db-sled ` featured image.
47
+ - ` openid-{VERSION} `
48
+ - ` db-sled ` featured image.
49
+ - ` openid ` support for authentication
38
50
- ` db-redis-{VERSION} `
39
51
- ` db-redis ` featured image.
52
+ - ` db-redis-openid-{VERSION} `
53
+ - ` db-redis ` featured image.
54
+ - ` openid ` support for authentication
40
55
- ` db-mongo-{VERSION} `
41
56
- ` db-mongo ` featured image.
57
+ - ` db-mongo-openid-{VERSION} `
58
+ - ` db-mongo ` featured image.
59
+ - ` openid ` support for authentication
42
60
43
61
Please see [ * "Installation: Docker"* page in The Ktra Book] ( https://book.ktra.dev/installation/docker.html ) for more details.
44
62
## Features
@@ -67,13 +85,16 @@ Please see [*"Installation: Docker"* page in The Ktra Book](https://book.ktra.de
67
85
- [x] [ crates.io mirroring] ( https://github.com/moriturus/ktra/issues/8 ) .
68
86
- via ` crates-io-mirroring ` feature turned on by default.
69
87
88
+ #### From 0.7.0
89
+ - [x] OpenID support for auto-discoverable identity providers (e.g. Gitlab, _ not_ Github)
90
+
70
91
### Planned
71
- - [ ] OAuth and/or OpenID support.
92
+ - [ ] OAuth and/or OpenID support for all identity providers
72
93
- [ ] RDBMS such as [ PostgresQL] ( https://www.postgresql.org/ ) , [ MySQL] ( https://www.mysql.com/ ) and [ MariaDB] ( https://mariadb.org/ ) support.
73
94
- [ ] The crates browser like [ crates.io] ( https://crates.io/ )
74
95
75
96
And any feature requests are welcome!
76
97
77
98
## License
78
99
79
- Licensed under either of Apache License, Version 2.0 or MIT license at your option.
100
+ Licensed under either of Apache License, Version 2.0 or MIT license at your option.
0 commit comments