auth-backend: Encode the OAuth state param using URL safe chars (#3281)

This commit is contained in:
Fredrik Adelöw
2020-11-12 11:43:35 +01:00
committed by GitHub
parent d5a2bf9296
commit 4628763998
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-auth-backend': patch
---
Encode the OAuth state parameter using URL safe chars only, so that providers have an easier time forming the callback URL.