mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
chore: add web compatibility section in README (#3079)
This commit is contained in:
parent
f5116b30e8
commit
d4743ec1b9
1 changed files with 8 additions and 0 deletions
|
@ -71,6 +71,14 @@ npm init @logto
|
|||
const languages = ['Deutsch', 'English', 'Français', 'Português', '简体中文', 'Türkçe', '한국어'];
|
||||
```
|
||||
|
||||
## Web compatibility
|
||||
|
||||
Logto uses the [default browserlist config](https://github.com/browserslist/browserslist#full-list) to compile frontend projects, which is:
|
||||
|
||||
```
|
||||
> 0.5%, last 2 versions, Firefox ESR, not dead
|
||||
```
|
||||
|
||||
## Bug report, feature request, feedback
|
||||
|
||||
- Our team takes security seriously, especially when it relates to identity. If you find any existing or potential security issues, please do not hesitate to email 🔒 [security@logto.io](mailto:security@logto.io).
|
||||
|
|
Loading…
Reference in a new issue