webman-admin icon indicating copy to clipboard operation
webman-admin copied to clipboard

:rocket: 基于 webamn + vue3 + element-plus 的前后端分离解决方案

Results 8 webman-admin issues
Sort by recently updated
recently updated
newest added

使用 https://www.workerman.net/plugin/21 中 Tinywan\Storage\Storage::config(); // 初始化。 默认为本地存储:local,阿里云:oss,腾讯云:cos,七牛:qiniu $res = Tinywan\Storage\Storage::uploadFile(); var_dump(json_encode($res)); 方式,默认storage,local配置。提示如题错误。 AdapterAbstract.php 83,84 行 isfileupload ??

![image](https://user-images.githubusercontent.com/64941432/160516229-82e96d16-206c-4cdd-9d2e-933226795e41.png)

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies
javascript

Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 2.4.3 to 2.5.0. Release notes Sourced from guzzlehttp/psr7's releases. 2.5.0 See change log for changes. 2.4.5 See change log for changes. 2.4.4 See change log for changes....

dependencies
php

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.4 to 6.6.0. Commits b8a7edd 6.6.0 34c8534 fix: signature verification due to leading zeros 3e46a48 6.5.7 accb61e lib: DER signature decoding correction 03e06e1 6.5.6 7ac5360 Merge commit...

dependencies
javascript

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.4 to 6.6.1. Commits 9b77436 6.6.1 04cb6f5 Merge commit from fork b8a7edd 6.6.0 34c8534 fix: signature verification due to leading zeros 3e46a48 6.5.7 accb61e lib: DER signature...

dependencies
javascript

大佬当调用$accessToken = jwt::refreshToken()时,现在的代码会同时生成access_token和一个新的refresh_token,并且旧的刷新令牌和这个新的令牌都能用,这正常吗?