logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Ruoyi-vue-pig

RuoYi Vue Pig is an open-source server designed to manage user authentication and security in applications by integrating front-end and back-end systems. It simplifies the login process using a secure OAuth client setup, allowing easy user management.

Author

Ruoyi-vue-pig logo

568163103

MIT License

Quick Info

GitHub GitHub Stars 0
NPM Weekly Downloads 0
Tools 1
Last Updated 2026-02-19

Tags

oauthpigauthenticationvue pigpig ruoyiuser authentication

PIGX 整合前后端分离项目登录

66d6c4525e9b90a2afbd0e4b8cd41ece

插入客户端

INSERT INTO `pig`.`sys_oauth_client_details`(`client_id`, `resource_ids`, `client_secret`, `scope`, `authorized_grant_types`, `web_server_redirect_uri`, `authorities`, `access_token_validity`, `refresh_token_validity`, `additional_information`, `autoapprove`, `create_time`, `update_time`, `create_by`, `update_by`) VALUES ('ruoyi', '', 'ruoyi', 'server', 'authorization_code', '', '', 17800000, 17800000, '', 'false', '2023-01-17 10:37:32', '2023-01-17 10:37:32', 'admin', 'admin');

RuoYi 后端信息

配置 RuoYi 前端地址 默认 1024 端口 配置 PIG 认证中心地址

222f680ce489d1d3545df1f191b69135

RuoYi 前端配置

  • 登录页面配置 1368a6395176e47a3b9b4548da6bdd5e

  • 退出页面配置 54344adec7f766fa419e360da682526a

See Also

`