-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Renaissance (partial rewrite) #98
Conversation
Also adds description on the name.
Note: this will partially invalidate existing clients, as they now need a callback saved in the database to be used as the base for checking against. Already-issued access tokens will continue to work, but you won't be able to create new request tokens or authorize them. |
👍 Thanks. This works for me. I had to create a new consumer to get one of the old ones working again though. btw: Not too sure how to implement your workaround for #95 using WP_REST_Server in |
Function and redirect change
… the consumer name correctly.
… th with no left padding for some reason. Hardcoded some padding inline for now. Also included missing th element.
Fixed bug in Profile > Authorized Applications
It's go time! |
There are tonnes of open issues here, and they need fixing. The best way to do this is hunkering down and doing them all at once by going back to the drawing board.
This fixes a tonne of the outstanding issues and adds a bit of polish. It's not done yet, but it's forward progress.