AppFlowy-Cloud/admin_frontend/src
Zack ba64963487
feat: oauth server (#866)
* feat: oauth serevr

* feat: working redirect after login

* feat: impl before sec checks

* feat: check client and url

* feat: code challenge verification

* feat: better error and nil handling from redis

* feat: use redirect in url instead

* fix: oauth refresh login

* feat: stop using javascript for parsing oauth information

* feat: oauth login redirect

* feat: remove unneeded logic

* feat: set up client secret

* feat: return error from redis json bytes instead

* chore: oauth local testing

* feat: add admin frontend to integration tests

* chore: lint and fmt

* fix: add ports for ci
2024-10-15 13:16:47 +08:00
..
ext feat: admin frontend delete account button 2024-09-03 02:24:38 +08:00
askama_entities.rs feat: workspace invitation view shared and accept 2024-03-18 15:59:07 +08:00
config.rs feat: oauth server (#866) 2024-10-15 13:16:47 +08:00
error.rs feat: accept workspace invite email 2024-04-29 19:40:20 +08:00
lib.rs feat: oauth server (#866) 2024-10-15 13:16:47 +08:00
main.rs feat: oauth server (#866) 2024-10-15 13:16:47 +08:00
models.rs feat: oauth server (#866) 2024-10-15 13:16:47 +08:00
response.rs feat: use resp message from server 2023-11-09 14:40:05 +08:00
session.rs feat: oauth server (#866) 2024-10-15 13:16:47 +08:00
templates.rs feat: oauth server (#866) 2024-10-15 13:16:47 +08:00
web_api.rs feat: oauth server (#866) 2024-10-15 13:16:47 +08:00
web_app.rs feat: oauth server (#866) 2024-10-15 13:16:47 +08:00