This website requires JavaScript.
Explore
Help
Register
Sign In
jprdonnelly
/
dify
Watch
1
Star
0
Fork
0
You've already forked dify
mirror of
https://github.com/langgenius/dify.git
synced
2026-02-13 07:01:23 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c45d676477c16807f2a71df94b7646fdc38f378e
dify
/
api
/
controllers
/
console
/
auth
History
NeatGuyCoding
c45d676477
remove duplicated authorization header handling and bearer should be case-insensitive (
#24852
)
2025-09-01 10:05:19 +08:00
..
activate.py
try flask_restful -> flask_restx (
#24310
)
2025-08-24 13:45:47 +08:00
data_source_bearer_auth.py
try flask_restful -> flask_restx (
#24310
)
2025-08-24 13:45:47 +08:00
data_source_oauth.py
Refactor: use logger = logging.getLogger(__name__) in logging (
#24515
)
2025-08-26 18:10:31 +08:00
error.py
fix: standardize authentication error messages to prevent user enumeration (
#24324
)
2025-08-26 09:46:23 +08:00
forgot_password.py
try flask_restful -> flask_restx (
#24310
)
2025-08-24 13:45:47 +08:00
login.py
fix: standardize authentication error messages to prevent user enumeration (
#24324
)
2025-08-26 09:46:23 +08:00
oauth_server.py
remove duplicated authorization header handling and bearer should be case-insensitive (
#24852
)
2025-09-01 10:05:19 +08:00
oauth.py
Refactor: use logger = logging.getLogger(__name__) in logging (
#24515
)
2025-08-26 18:10:31 +08:00