-
-
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
Add columns to client table #4174
Milestone
Comments
This was referenced Sep 26, 2014
This was referenced Jun 30, 2015
sebgie
pushed a commit
to sebgie/Ghost
that referenced
this issue
Aug 10, 2015
closes TryGhost#4174 - Added columns to client table in schema.js - Bumped database version in default-settings.json - Updated tests to support new schema version
sebgie
added a commit
to sebgie/Ghost
that referenced
this issue
Aug 10, 2015
closes TryGhost#4174 - added trusted domains - removed unique constraint from secret
sebgie
pushed a commit
to sebgie/Ghost
that referenced
this issue
Aug 19, 2015
closes TryGhost#4174 - Added columns to client table in schema.js - Bumped database version in default-settings.json - Updated tests to support new schema version
sebgie
added a commit
to sebgie/Ghost
that referenced
this issue
Aug 19, 2015
closes TryGhost#4174 - added trusted domains - removed unique constraint from secret
sebgie
pushed a commit
to sebgie/Ghost
that referenced
this issue
Aug 31, 2015
closes TryGhost#4174 - Added columns to client table in schema.js - Bumped database version in default-settings.json - Updated tests to support new schema version
sebgie
added a commit
to sebgie/Ghost
that referenced
this issue
Aug 31, 2015
closes TryGhost#4174 - added trusted domains - removed unique constraint from secret
ErisDS
pushed a commit
to ErisDS/Ghost
that referenced
this issue
Sep 1, 2015
closes TryGhost#4174 - Added columns to client table in schema.js - Bumped database version in default-settings.json - Updated tests to support new schema version
sebgie
added a commit
to ErisDS/Ghost
that referenced
this issue
Sep 1, 2015
closes TryGhost#4174 - added trusted domains - removed unique constraint from secret
sebgie
added a commit
to ErisDS/Ghost
that referenced
this issue
Sep 2, 2015
closes TryGhost#4174 - added trusted domains - removed unique constraint from secret
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This belongs to the OAuth Epic: #4004 - please read this for the big picture of what this issue is for :)
Add the following columns to the already existing client table to enable more OAuth features:
client_id
redirection_uri
(URI used to redirect after authentication attempt)trusted_domains
logo
(URL with the logo of a client)status
(development/enabled/disabled)type
(Values: Web Server, Installed App, Client-Side, Ghost Admin)description
This issue includes creating a new migration to the next database version.
The text was updated successfully, but these errors were encountered: