-
-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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
Default client entry for Ghost frontend #4184
Comments
What exactly is the goal here? A client side JavaScript API implementation for theme devs so they can fetch public data from the API? |
@halfdan no, not that complicated. I was thinking of a default entry in the client table and maybe a helper that outputs the |
Potential implementation here. |
@patrickdbakke I think you may have misunderstood what this issue is about? I've updated it to make it a little clearer. |
This belongs to the OAuth Epic: #4004 - please read this for the big picture of what this issue is for :)
This requires #4180 in order to work.
To make life for theme developers a bit easier it would be nice to add a default entry into the
client
table for the Ghost front end. A theme developer would be able to use the pre populatedclient_id
to implement custom JavaScript functionality.To allow JavaScript access out of the box for themes a new client entry would have to be added during migration.
The text was updated successfully, but these errors were encountered: