jmathai / epiphany

A micro PHP framework that's fast, easy, clean and RESTful. The framework does not do a lot of magic under the hood. It is, by design, very simple and very powerful.

Home Page:https://github.com/jmathai/epiphany

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reuse token, if exists, for get*Url functions

ericmmartin opened this issue · comments

I have instances where I first request the token and then later create the url. It would be nice to be able to reuse the existing token to prevent duplicate requests.

I'm about to push a change that I made - there are a number of ways to do this, I just added it as a param.