Fix auth server for local use

This commit is contained in:
kashiuno 2025-02-16 18:07:49 +03:00
parent d7ac22e54e
commit 6abafedfec

View File

@ -294,7 +294,7 @@ databaseChangeLog:
value: refresh_token,authorization_code value: refresh_token,authorization_code
- column: - column:
name: redirect_uris name: redirect_uris
value: 'http://localhost:8082/units,https://oauth.pstmn.io/v1/callback' value: 'http://localhost:8082/login/oauth2/code/own'
- column: - column:
name: post_logout_redirect_uris name: post_logout_redirect_uris
value: 'http://localhost:8082/units' value: 'http://localhost:8082/units'