浏览项目
-
-
SMS Local / SMSLocal
MIT License更新于 -
-
-
-
一、源码介绍简易项目,主要为Easyui学习用。学习用,商品发布,入库二、注意事项1、开发环境为VisualStudio2010,数据库为SqlServer2008R2,使用.net4.5开发。2、数据库文件在DB_51aspx文件夹中,附加即可。账号:admin密码:123
更新于 -
一、源码介绍SSO是指在多个应用系统中,只需登录一次,就可以访问其他互相信任的应用系统。JWT是JsonWebToken的缩写,是一种认证机制。OAuth2.0是一个认证流程,一共有四种方式,这里用的是最常用的授权码方式,流程为:1.系统A向认证中心先获取一个授权码code。2.系统A通过授权码code获取token,refresh_token,expiry_time,scope。token:系统A向认证方获取资源请求时带上的token。refresh_token:token的有效期比较短,用来刷新token用。expiry_time:token过期时间。scope:资源域,系统A所拥有的资源权限,比如scope:["userinfo"],则表示系统A只拥有获取用户信息的权限。像平时网站接入微信登录也是只能授权获取微信用户基本信息。这里的SSO都是公司自己的系统,都是获取用户信息,所以这个为空,第三方需要接入我们的登录时才需要scope来做资源权限判断。二、功能介绍我们的代码核心实现功能在于:(一)一处登录,全部登录:1.浏览器访问A系统,发现A系统未登录,跳转到统一登录中心(SSO)
更新于 -
cuiyuheng / linutil
MIT LicenseChris Titus Tech's Linux Toolbox - Linutil is a distro-agnostic toolbox designed to simplify everyday Linux tasks.
更新于 -
-
-
cuiyuheng / activepieces
MIT LicenseYour friendliest open source AI automation tool
✨ Workflow automation tool 200+ integration / Enterprise automation tool / Zapier Alternative更新于 -
cuiyuheng / vue-vben-admin
MIT LicenseA modern vue admin panel built with Vue3, Shadcn UI, Vite, TypeScript, and Monorepo. It's fast!
更新于 -
cuiyuheng / AppFlowy-Cloud
GNU Affero General Public License v3.0AppFlowy is an open-source alternative to Notion. You are in charge of your data and customizations. Built with Flutter and Rust.
更新于 -
-
cuiyuheng / ComfyUI
GNU General Public License v3.0 or laterThe most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.
更新于 -
cuiyuheng / kimi-free-api
GNU General Public License v3.0 or later🚀 KIMI AI 长文本大模型逆向API白嫖测试【特长:长文本解读整理】,支持高速流式输出、智能体对话、联网搜索、长文档解读、图像OCR、多轮对话,零配置部署,多路token支持,自动清理会话痕迹。更新于 -
cuiyuheng / grapesjs
BSD 3-Clause "New" or "Revised" LicenseFree and Open source Web Builder Framework. Next generation tool for building templates without coding
更新于 -
Official code implementation of General OCR Theory: Towards OCR-2.0 via a Unified End-to-end Model
更新于 -
cuiyuheng / github-bunkerweb
GNU Affero General Public License v3.0🛡️ Make your web services secure by default !更新于