Rishabh Garg
|
789462aa5f
|
✨ Added labels to member signup flow (#124)
no issue
refs https://github.com/TryGhost/Ghost/pull/11538
|
2020-02-12 16:42:49 +05:30 |
|
Naz
|
2a51a478fc
|
Exposed getMagicLink method (#123)
refs https://github.com/TryGhost/Ghost/pull/11573
- Adds `getMagicLink` method to members-api which can be used to generate a signin link for the member
|
2020-02-06 17:08:39 +08:00 |
|
Fabien O'Carroll
|
4c4d5aab91
|
Removed the need for audience and issuer claim
no-issue
This is unecessary as this is a closes system, the tokens are issued and
intended for the same service, using the same secret
|
2019-10-11 11:58:23 +07:00 |
|
Fabien O'Carroll
|
483654a4b6
|
Removed user object from magic links
no-issue
This means magic link will rely solely on the `sub` claim for identifying the user
|
2019-10-11 11:58:23 +07:00 |
|
Fabien O'Carroll
|
7a512f992b
|
Updated to use HS256 signatures for tokens
no-issue
This makes the tokens a little more acceptable in plaintext emails
|
2019-10-11 11:58:23 +07:00 |
|
Fabien O'Carroll
|
2de53f8571
|
Support custom subject line with getSubject option
no-issue
|
2019-10-10 20:20:46 +07:00 |
|
Fabien O'Carroll
|
1e8bac111f
|
Pass email to getHTML and getSubject
no-issue
This will allow email templates to include the recipient
|
2019-10-10 20:20:46 +07:00 |
|
Fabien O'Carroll
|
d2634c7c7b
|
Added type param to content generation functions
no-issue
This will allow conditional logic based on the type passed to sending the magic-link
|
2019-10-01 14:46:17 +07:00 |
|
Fabien O'Carroll
|
fa54dc569e
|
Created @tryghost/magic-link module (#50)
* slimer create magic-link
Created the initial magic-link project
* Added usage section to README
* Installed types and deps for magic-link
* Added tsconfig.json
* Initial commit for magic-link module
* Renamed hello.test.js -> index.test.js
* Added initial basic test
* Removed test util directory
* Updated ecmaVersion for test eslint parserOptions
* Added tests for MagicLink
* Added language to README usage codeblock
* Updated sendMagicLink to return SentMessageInfo
* Updated README
* Updated README usage example
* Fixed types
|
2019-09-03 11:07:03 +08:00 |
|