Skip to content

Commit 8bbe2c9

Browse files
committed
chore: readme
1 parent 61fbe06 commit 8bbe2c9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# OpenConnect for Rust
22

3-
<img alt="GitHub License" src="https://img.shields.io/github/license/hlhr202/Openconnect-RS"> <img alt="Crates.io Version" src="https://img.shields.io/crates/v/openconnect-core?label=crates.io%20openconnect-core"> <img alt="GitHub Release" src="https://img.shields.io/github/v/release/hlhr202/Openconnect-RS?include_prereleases">
3+
<a target="_blank" href="https://github.com/hlhr202/Openconnect-RS/blob/main/LICENSE-LGPL"><img alt="GitHub License" src="https://img.shields.io/github/license/hlhr202/Openconnect-RS"></a> <a target="_blank" href="https://crates.io/crates/openconnect-core"><img alt="Crates.io Version" src="https://img.shields.io/crates/v/openconnect-core?label=crates.io%20openconnect-core"></a> <a target="_blank" href="https://github.com/hlhr202/Openconnect-RS/releases"><img alt="GitHub Release" src="https://img.shields.io/github/v/release/hlhr202/Openconnect-RS?include_prereleases"></a>
44

5-
<img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/hlhr202/Openconnect-RS/mingw64.yml?label=win-x86_64%20build"> <img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/hlhr202/Openconnect-RS/mac-aarch64.yml?label=mac-aarch64%20build" /> <img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/hlhr202/Openconnect-RS/mac-x64.yml?label=mac-x86_64%20build">
5+
<img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/hlhr202/Openconnect-RS/mingw64.yml?label=win-x86_64%20build"> <img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/hlhr202/Openconnect-RS/mac-aarch64.yml?label=mac-aarch64%20build" /> <img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/hlhr202/Openconnect-RS/mac-x64.yml?label=mac-x86_64%20build"> <img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/hlhr202/Openconnect-RS/linux-x64.yml?label=linux-x86_64%20build">
66

77
This is a cross-platform GUI client for OpenConnect, written in Rust and designed to work seamlessly on Windows, Linux, and macOS desktop systems. The program utilizes various technologies including MSYS2, Tauri, React, and NextUI. It provides a user-friendly interface for connecting to VPN servers using both password and OIDC authentication methods.
88

@@ -153,15 +153,16 @@ Special thanks to (MORE THAN) the following projects and technologies for making
153153
### Openconnect core
154154

155155
- [x] implement safe ffi
156-
- [x] implement password login
156+
- [x] implement username + password login
157157
- [x] implement cookie login
158158
- [x] implement ssl certificate validation
159159
- [ ] implement public key login
160+
- [ ] implement various auth methods
160161
- [ ] better docs
161162

162163
### Client
163164

164-
- [x] implement password login
165+
- [x] implement username + password login
165166
- [x] implement oidc login
166167
- [x] implement logs
167168
- [x] tracing file rotation

0 commit comments

Comments
 (0)