You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@evgenyneu I think you could pretty easily accomplish this by implementing a strategy.
You could basically copy the cookie strategy, and change it to use params instead of cookies. Also, you would probably want to define switchable? to return false.
Hello friends,
Is there a way to turn the features on and off by adding URL parameter.
Like
http://mysite.com?new-header=true
?Thank you
The text was updated successfully, but these errors were encountered: