Skip to content
Commit d03e9ee1 authored by Sylvie Ye's avatar Sylvie Ye Committed by Romain Bignon
Browse files

[cmso] get tokens for navigation separately

the old regexp was id_token=(?P<id_token>[^&]+)&access_token=(?P<access_token>[^&]+)
and now it's access_token=(?P<access_token>[^&]+)&id_token=(?P<id_token>[^&]+)

get tokens separately to avoid this
parent a91ad8c4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment