Ghost/core
Rishabh Garg 7182efdb88
🐛 Fixed special chars in single use token (#12290)
no refs

- The token generation logic for single use token was replacing only the first instance of + or / to make the token URL safe, instead of replacing all instances which caused a bug where token was not validated properly in case it included multiple + or / in it.

- The fix ensures replacing all the + or / in the token with URL safe _ or - so it can be properly validated via magic link
2020-10-20 11:49:20 +05:30
..
client@c534b74746 Updated Ghost-Admin to v3.35.5 2020-10-08 11:00:35 +01:00
frontend Fixed "no-shadow" linting error in server modules (#12287) 2020-10-20 12:02:56 +13:00
server 🐛 Fixed special chars in single use token (#12290) 2020-10-20 11:49:20 +05:30
shared Moved definition of default max image width to config (#12289) 2020-10-19 08:56:18 +01:00
index.js Refactored server announce functions to be clearer 2020-08-09 17:25:15 +01:00