## Repository [https://github.com/creatrixity/adonis-auth-scaffold](https://github.com/creatrixity/adonis-auth-scaffold) ## Pull Request [https://github.com/creatrixity/adonis-auth-scaffold/pull/6](https://github.com/creatrixity/adonis-auth-scaffold/pull/6)  Continuing with the development of the [authentications scaffold for Adonis](https://github.com/creatrixity/adonis-auth-scaffold), this feature adds greater flexibility alongside a much more flexible means of getting solid, tested authentications system out of the box for your Adonis project. Correspondence from `adonis-auth-scaffold` viewers indicated that a lot of correspondents have API clients as primary use cases for their Adonis apps and were not invested in the current feature stack. Crafting a custom solution for API client consumers while maintaining interchangeability with current implementations already in production was important. To strike a proper balance, it was important to be able to properly customize the use case for the CLI generator. Solving this problem involved using the graciously provided Adonis Ace helpers. The code below helps with ensuring a prompt is provided if the user does not supply either the `--api-only` or `--http-only`required flags. ```js async handle({}, { apiOnly, httpOnly }) { let client; if (!apiOnly && !httpOnly) { client = await this .choice('Will this be used for a REST Api or for a HTTP Client?', [ { name: 'For REST Api', value: 'api' }, { name: 'For HTTP', value: 'http' } ]) } else { client = apiOnly ? 'api': 'http'; } // Rest of method... } ``` To improve the user experience for the package, it is important to keep user effort to a minimum. To this end, it was important to provide a way of writing code to already existing Adonis files. The code below adds a new line of code after the first line of `start/routes.js` ```js // Write a module require statement to the routes.js file. let routesFilePath = path.join(Helpers.appRoot(), 'start/routes.js'); let generatedRoutesFilename = apiOnly ? 'apiAuthRoutes.js': 'authRoutes.js'; await this._prependLineToFile({ filename: routesFilePath, lineNumber: 2, lineContent: `require('./${generatedRoutesFilename}');` }) ``` The `prependLineToFile` method is defined below. This method takes a fully qualified filename (file path and name), a line number to have the new code inserted and the content to be inserted. ```js /** * Prepends a line of text to a provided file. * * @param {String} Object.filename - Fully qualified path of the file to be operated on. * @param {Number} Object.lineNumber - Line to operate on. * @param {String} Object.lineContent - Content to be prepended. * * @return {Void} */ async _prependLineToFile ({ filename, lineNumber, lineContent }) { let fileContents = await this.readFile(filename, 'utf-8'); fileContents = fileContents.split("\n"); if (fileContents[lineNumber] === lineContent) return; fileContents.splice(lineNumber, 0, `\n${lineContent}\n`) await this.writeFile(filename, fileContents.join('\n')); } ``` ## What's next? + Provide further code documentation for existing code. + Write improved documentation on current features.
author | creatrixity |
---|---|
permlink | adonis-auth-scaffold-development-update-api-http-client-authentication-code-generation |
category | utopian-io |
json_metadata | {"tags":["utopian-io","development","programming","node-js","technology"],"image":["https://user-images.githubusercontent.com/5021686/54365412-10485200-466f-11e9-8fb5-cbaa920c6950.gif"],"links":["https://github.com/creatrixity/adonis-auth-scaffold","https://github.com/creatrixity/adonis-auth-scaffold/pull/6"],"app":"steemit/0.1","format":"markdown"} |
created | 2019-03-14 20:00:12 |
last_update | 2019-03-14 20:12:12 |
depth | 0 |
children | 8 |
last_payout | 2019-03-21 20:00:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 27.108 HBD |
curator_payout_value | 8.547 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 3,552 |
author_reputation | 16,463,772,859,893 |
root_title | "Adonis-Auth-Scaffold Development Update: Api/HTTP Client Authentication Code Generation" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 81,317,387 |
net_rshares | 52,344,066,852,180 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tombstone | 0 | 3,299,373,144,170 | 14.61% | ||
arcange | 0 | 40,434,109,784 | 4% | ||
raphaelle | 0 | 1,985,464,777 | 4% | ||
abh12345 | 0 | 14,753,804,288 | 2.55% | ||
justyy | 0 | 238,139,064,835 | 10% | ||
techslut | 0 | 83,016,389,760 | 20% | ||
minersean | 0 | 7,234,709,951 | 75% | ||
erikaflynn | 0 | 15,600,696,679 | 35% | ||
sn0n | 0 | 136,464,059 | 5% | ||
elviento | 0 | 1,904,926,015 | 3% | ||
lordneroo | 0 | 46,294,123,158 | 50% | ||
miniature-tiger | 0 | 99,399,266,645 | 50% | ||
jakipatryk | 0 | 14,811,039,416 | 50% | ||
jga | 0 | 2,098,152,719 | 18.27% | ||
helo | 0 | 162,828,235,202 | 72.44% | ||
walnut1 | 0 | 37,046,960,099 | 18.27% | ||
lorenzor | 0 | 1,022,118,890 | 9.13% | ||
suesa | 0 | 114,813,760,442 | 25% | ||
codingdefined | 0 | 26,664,112,715 | 20% | ||
tsoldovieri | 0 | 1,318,360,459 | 9.13% | ||
tykee | 0 | 9,973,808,140 | 18.27% | ||
iamphysical | 0 | 14,832,969,171 | 90% | ||
felixrodriguez | 0 | 671,730,433 | 6.39% | ||
azulear | 0 | 471,970,748 | 100% | ||
silviu93 | 0 | 4,767,064,476 | 18.27% | ||
dakeshi | 0 | 800,180,306 | 18.27% | ||
eastmael | 0 | 7,440,099,916 | 50% | ||
espoem | 0 | 141,589,970,370 | 72.59% | ||
mcfarhat | 0 | 50,303,219,443 | 28.97% | ||
vishalsingh4997 | 0 | 149,450,309 | 18.27% | ||
loshcat | 0 | 2,559,828,168 | 100% | ||
elear | 0 | 5,731,652,212 | 36.54% | ||
zoneboy | 0 | 21,387,089,320 | 100% | ||
carloserp-2000 | 0 | 30,435,620,015 | 100% | ||
carlos84 | 0 | 1,355,475,321 | 18.27% | ||
sharlienkah | 0 | 155,794,655 | 35% | ||
che-shyr | 0 | 756,877,754 | 50% | ||
utopian-io | 0 | 45,819,701,158,302 | 36.54% | ||
jaff8 | 0 | 176,306,294,009 | 72.44% | ||
newsrx | 0 | 168,923,923 | 11.11% | ||
amestyj | 0 | 425,245,693 | 9.13% | ||
ajayyy | 0 | 480,485,973 | 9.13% | ||
greenorange | 0 | 547,965,189 | 100% | ||
mcyusuf | 0 | 2,349,290,528 | 18.27% | ||
alexs1320 | 0 | 13,779,903,564 | 10% | ||
gentleshaid | 0 | 29,244,466,278 | 36.54% | ||
ivymalifred | 0 | 320,941,966 | 9.13% | ||
aussieninja | 0 | 6,547,345,027 | 18.27% | ||
ennyta | 0 | 130,655,474 | 9.13% | ||
amosbastian | 0 | 252,127,233,116 | 72.44% | ||
eliaschess333 | 0 | 1,744,011,634 | 9.13% | ||
ydavgonzalez | 0 | 121,428,843 | 0.91% | ||
scienceangel | 0 | 66,348,557,970 | 50% | ||
portugalcoin | 0 | 13,495,477,522 | 15% | ||
vanarchist | 0 | 2,604,510,126 | 100% | ||
sargoon | 0 | 669,345,596 | 18.27% | ||
miguelangel2801 | 0 | 104,637,431 | 9.13% | ||
didic | 0 | 32,313,437,040 | 25% | ||
emiliomoron | 0 | 641,999,081 | 9.13% | ||
ulisesfl17 | 0 | 1,696,629,894 | 100% | ||
arac | 0 | 932,206,184 | 100% | ||
endopediatria | 0 | 86,109,623 | 3.65% | ||
tolgahanuzun | 0 | 12,298,044,981 | 100% | ||
tomastonyperez | 0 | 2,000,432,050 | 9.13% | ||
elvigia | 0 | 1,851,948,622 | 9.13% | ||
zcool | 0 | 188,847,132 | 10% | ||
dera123 | 0 | 11,270,748,309 | 5% | ||
luiscd8a | 0 | 1,549,046,792 | 80% | ||
ayay | 0 | 86,925,401 | 11% | ||
eniolw | 0 | 7,519,453,823 | 100% | ||
josedelacruz | 0 | 880,291,053 | 9.13% | ||
joseangelvs | 0 | 290,321,536 | 18.27% | ||
viannis | 0 | 253,180,154 | 9.13% | ||
feronio | 0 | 1,209,480,416 | 100% | ||
flores39 | 0 | 372,717,022 | 100% | ||
erickyoussif | 0 | 731,808,447 | 18.27% | ||
www163mx | 0 | 1,405,917,374 | 34.38% | ||
anaestrada12 | 0 | 3,937,657,495 | 18.27% | ||
joelsegovia | 0 | 546,676,450 | 9.13% | ||
jesusfl17 | 0 | 378,959,097 | 100% | ||
bflanagin | 0 | 2,969,013,998 | 18.27% | ||
ubaldonet | 0 | 3,247,891,846 | 70% | ||
dalz | 0 | 5,706,224,857 | 14.61% | ||
ulockblock | 0 | 37,230,564,739 | 12.44% | ||
amart29 | 0 | 322,540,386 | 4.56% | ||
jk6276 | 0 | 1,161,874,146 | 18.27% | ||
reinaseq | 0 | 979,955,462 | 18.27% | ||
dssdsds | 0 | 2,790,211,520 | 18.27% | ||
jayplayco | 0 | 83,084,711,081 | 18.27% | ||
cryptouno | 0 | 502,736,317 | 5% | ||
steeming-hot | 0 | 0 | 0.02% | ||
lupafilotaxia | 0 | 14,448,358,851 | 100% | ||
fran.frey | 0 | 293,858,770 | 9.13% | ||
alaiza | 0 | 441,902,994 | 100% | ||
mops2e | 0 | 876,343,800 | 58.07% | ||
jrevilla | 0 | 112,597,096 | 18.27% | ||
swapsteem | 0 | 1,644,153,976 | 18.27% | ||
stem-espanol | 0 | 13,528,269,388 | 18.27% | ||
steemscan | 0 | 1,012,467,545 | 21.62% | ||
lapp | 0 | 444,102,661 | 100% | ||
steemtpistia | 0 | 443,612,015 | 100% | ||
crassipes | 0 | 443,841,698 | 100% | ||
aleestra | 0 | 392,809,563 | 18.27% | ||
agrovision | 0 | 444,102,410 | 100% | ||
steem-ua | 0 | 1,133,787,310,291 | 11.11% | ||
giulyfarci52 | 0 | 152,997,877 | 9.13% | ||
ordinaryamerican | 0 | 13,800,863,457 | 10% | ||
largeadultson | 0 | 598,791,312 | 100% | ||
steemexpress | 0 | 2,854,187,546 | 5.05% | ||
optimizer | 0 | 13,371,292,123 | 12% | ||
alex-hm | 0 | 1,170,813,025 | 50% | ||
bluesniper | 0 | 1,295,377,472 | 0.43% | ||
kakakk | 0 | 2,782,598,982 | 18.27% | ||
mrsbozz | 0 | 736,528,326 | 20% | ||
rewarding | 0 | 6,237,557,271 | 68.27% | ||
skymin | 0 | 1,639,334,836 | 10.96% | ||
bejust | 0 | 2,003,712,913 | 100% | ||
jk6276.mons | 0 | 1,107,848,881 | 36.54% | ||
progressing | 0 | 1,810,202,149 | 100% | ||
jaxson2011 | 0 | 1,363,777,424 | 36.54% | ||
eternalinferno | 0 | 169,488,664 | 36.54% | ||
utopian.trail | 0 | 14,572,210,374 | 36.54% | ||
camilo12 | 0 | 171,393,178 | 100% |
Congratulations @creatrixity! You have completed the following achievement on the Hive blockchain and have been rewarded with new badge(s) : <table><tr><td><img src="https://images.hive.blog/60x70/http://hivebuzz.me/@creatrixity/payout.png?202101182135"></td><td>You received more than 2000 as payout for your posts. Your next target is to reach a total payout of 3000</td></tr> </table> <sub>_You can view your badges on [your board](https://hivebuzz.me/@creatrixity) and compare yourself to others in the [Ranking](https://hivebuzz.me/ranking)_</sub> <sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>
author | hivebuzz |
---|---|
permlink | hivebuzz-notify-creatrixity-20210119t040241000z |
category | utopian-io |
json_metadata | {"image":["http://hivebuzz.me/notify.t6.png"]} |
created | 2021-01-19 04:02:39 |
last_update | 2021-01-19 04:02:39 |
depth | 1 |
children | 0 |
last_payout | 2021-01-26 04:02:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 660 |
author_reputation | 370,793,562,899,017 |
root_title | "Adonis-Auth-Scaffold Development Update: Api/HTTP Client Authentication Code Generation" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,441,917 |
net_rshares | 0 |
Thank you for your contribution. You probably can use a single variable `mode` (which can be enum) to determine if it is API or REST, which will make the logics a lot simpler. The [copyAppStarterFiles](https://github.com/creatrixity/adonis-auth-scaffold/blob/1c098fba002f3354842fb2067412b98a4fc0b8b1/commands/MakeAuth.js#L311) appears to me requiring a parameter client, but on the code, it passes nothing, do this code work? For the line append/prepend, have you considered the line endings on Linux, Windows or MAC? `\n`, `\n\r` or `\r`? You may want to check if a file has been prepended using a better approach rather than `if (fileContents[lineNumber] === lineContent) return;` . Your contribution has been evaluated according to [Utopian policies and guidelines](https://join.utopian.io/guidelines), as well as a predefined set of questions pertaining to the category. To view those questions and the relevant answers related to your post, [click here](https://review.utopian.io/result/3/2-3-2-1-2-2-1-). ---- Need help? Chat with us on [Discord](https://discord.gg/uTyJkNm). [[utopian-moderator]](https://join.utopian.io/)
author | justyy |
---|---|
permlink | re-creatrixity-adonis-auth-scaffold-development-update-api-http-client-authentication-code-generation-20190314t212110987z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"links":["https://github.com/creatrixity/adonis-auth-scaffold/blob/1c098fba002f3354842fb2067412b98a4fc0b8b1/commands/MakeAuth.js#L311","https://join.utopian.io/guidelines","https://review.utopian.io/result/3/2-3-2-1-2-2-1-","https://discord.gg/uTyJkNm","https://join.utopian.io/"],"app":"steemit/0.1"} |
created | 2019-03-14 21:21:15 |
last_update | 2019-03-14 21:21:15 |
depth | 1 |
children | 2 |
last_payout | 2019-03-21 21:21:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 7.758 HBD |
curator_payout_value | 2.450 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,139 |
author_reputation | 280,616,224,641,976 |
root_title | "Adonis-Auth-Scaffold Development Update: Api/HTTP Client Authentication Code Generation" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 81,320,349 |
net_rshares | 14,996,329,284,408 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
happyukgo | 0 | 514,753,905 | 25% | ||
lordneroo | 0 | 45,832,122,738 | 50% | ||
codingdefined | 0 | 26,595,320,613 | 20% | ||
superbing | 0 | 2,554,719,475 | 25% | ||
dailyfortune | 0 | 36,914,896 | 25% | ||
espoem | 0 | 29,059,358,649 | 15% | ||
dailystats | 0 | 7,473,472,303 | 25% | ||
utopian-io | 0 | 14,708,934,875,679 | 10.49% | ||
jaff8 | 0 | 42,870,051,936 | 17.78% | ||
cheneats | 0 | 493,182,959 | 12.5% | ||
amosbastian | 0 | 61,324,136,297 | 17.78% | ||
dailychina | 0 | 7,069,849,557 | 25% | ||
reazuliqbal | 0 | 17,961,087,780 | 10% | ||
amico | 0 | 1,786,368,009 | 0.6% | ||
turtlegraphics | 0 | 2,446,292,645 | 25% | ||
ulockblock | 0 | 10,594,697,276 | 3.52% | ||
witnesstools | 0 | 2,358,335,754 | 25% | ||
ilovecoding | 0 | 2,342,768,128 | 25% | ||
curbot | 0 | 2,379,669,477 | 100% | ||
steemfuckeos | 0 | 1,527,471,106 | 25% | ||
ascorphat | 0 | 2,373,765,068 | 2.5% | ||
yff | 0 | 19,472,594,387 | 100% | ||
curatortrail | 0 | 327,475,771 | 95% |
Great insight. The v1.1.1 fix will address these issues.
author | creatrixity |
---|---|
permlink | re-justyy-re-creatrixity-adonis-auth-scaffold-development-update-api-http-client-authentication-code-generation-20190315t061618935z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2019-03-15 06:20:15 |
last_update | 2019-03-15 06:20:15 |
depth | 2 |
children | 0 |
last_payout | 2019-03-22 06:20:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 56 |
author_reputation | 16,463,772,859,893 |
root_title | "Adonis-Auth-Scaffold Development Update: Api/HTTP Client Authentication Code Generation" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 81,341,617 |
net_rshares | 0 |
Thank you for your review, @justyy! Keep up the good work!
author | utopian-io |
---|---|
permlink | re-re-creatrixity-adonis-auth-scaffold-development-update-api-http-client-authentication-code-generation-20190314t212110987z-20190317t040239z |
category | utopian-io |
json_metadata | "{"app": "beem/0.20.17"}" |
created | 2019-03-17 04:02:39 |
last_update | 2019-03-17 04:02:39 |
depth | 2 |
children | 0 |
last_payout | 2019-03-24 04:02:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 58 |
author_reputation | 152,955,367,999,756 |
root_title | "Adonis-Auth-Scaffold Development Update: Api/HTTP Client Authentication Code Generation" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 81,442,817 |
net_rshares | 0 |
#### Hi @creatrixity! Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation! Your post is eligible for our upvote, thanks to our collaboration with @utopian-io! **Feel free to join our [@steem-ua Discord server](https://discord.gg/KpBNYGz)**
author | steem-ua |
---|---|
permlink | re-adonis-auth-scaffold-development-update-api-http-client-authentication-code-generation-20190315t045116z |
category | utopian-io |
json_metadata | "{"app": "beem/0.20.18"}" |
created | 2019-03-15 04:51:18 |
last_update | 2019-03-15 04:51:18 |
depth | 1 |
children | 0 |
last_payout | 2019-03-22 04:51:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 290 |
author_reputation | 23,214,230,978,060 |
root_title | "Adonis-Auth-Scaffold Development Update: Api/HTTP Client Authentication Code Generation" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 81,338,308 |
net_rshares | -224,729,089,507 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thinkingtime | 0 | -41,893,899,453 | -100% | ||
banjokid | 0 | -46,311,264,483 | -100% | ||
roccofalcone | 0 | -203,154,841 | -100% | ||
heather2000 | 0 | -18,160,176 | -100% | ||
somenick | 0 | -20,615,619,014 | -100% | ||
echowizard | 0 | -1,858,239,526 | -100% | ||
steembasicincome | 0 | 41,110,703,197 | 3.34% | ||
ninjapiraterobot | 0 | -114,648,105,498 | -100% | ||
ogdawg | 0 | -16,045,130,922 | -100% | ||
aero2000 | 0 | -2,481,259,598 | -100% | ||
ecredit | 0 | -21,381,815,280 | -100% | ||
sithaxel | 0 | -383,143,913 | -100% |
Congratulations @creatrixity! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) : <table><tr><td>https://steemitimages.com/60x70/http://steemitboard.com/@creatrixity/votes.png?201903200209</td><td>You made more than 18000 upvotes. Your next target is to reach 19000 upvotes.</td></tr> </table> <sub>_You can view [your badges on your Steem Board](https://steemitboard.com/@creatrixity) and compare to others on the [Steem Ranking](http://steemitboard.com/ranking/index.php?name=creatrixity)_</sub> <sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub> **Do not miss the last post from @steemitboard:** <table><tr><td><a href="https://steemit.com/carnival/@steemitboard/carnival-challenge-here-are-the-winners"><img src="https://steemitimages.com/64x128/http://i.cubeupload.com/rltzHT.png"></a></td><td><a href="https://steemit.com/carnival/@steemitboard/carnival-challenge-here-are-the-winners">Carnival Challenge - Here are the winners</a></td></tr></table> ###### [Vote for @Steemitboard as a witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1) to get one more award and increased upvotes!
author | steemitboard |
---|---|
permlink | steemitboard-notify-creatrixity-20190320t025345000z |
category | utopian-io |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2019-03-20 02:53:45 |
last_update | 2019-03-20 02:53:45 |
depth | 1 |
children | 0 |
last_payout | 2019-03-27 02:53:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,250 |
author_reputation | 38,975,615,169,260 |
root_title | "Adonis-Auth-Scaffold Development Update: Api/HTTP Client Authentication Code Generation" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 81,603,082 |
net_rshares | 0 |
Congratulations @creatrixity! You received a personal award! <table><tr><td>https://steemitimages.com/70x70/http://steemitboard.com/@creatrixity/birthday2.png</td><td>Happy Birthday! - You are on the Steem blockchain for 2 years!</td></tr></table> <sub>_You can view [your badges on your Steem Board](https://steemitboard.com/@creatrixity) and compare to others on the [Steem Ranking](https://steemitboard.com/ranking/index.php?name=creatrixity)_</sub> ###### [Vote for @Steemitboard as a witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1) to get one more award and increased upvotes!
author | steemitboard |
---|---|
permlink | steemitboard-notify-creatrixity-20191207t223741000z |
category | utopian-io |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2019-12-07 22:37:42 |
last_update | 2019-12-07 22:37:42 |
depth | 1 |
children | 0 |
last_payout | 2019-12-14 22:37:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 632 |
author_reputation | 38,975,615,169,260 |
root_title | "Adonis-Auth-Scaffold Development Update: Api/HTTP Client Authentication Code Generation" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 93,205,981 |
net_rshares | 0 |
Hey, @creatrixity! **Thanks for contributing on Utopian**. Weβre already looking forward to your next contribution! **Get higher incentives and support Utopian.io!** Simply set @utopian.pay as a 5% (or higher) payout beneficiary on your contribution post (via [SteemPlus](https://chrome.google.com/webstore/detail/steemplus/mjbkjgcplmaneajhcbegoffkedeankaj?hl=en) or [Steeditor](https://steeditor.app)). **Want to chat? Join us on Discord https://discord.gg/h52nFrV.** <a href='https://steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1'>Vote for Utopian Witness!</a>
author | utopian-io |
---|---|
permlink | re-adonis-auth-scaffold-development-update-api-http-client-authentication-code-generation-20190316t050000z |
category | utopian-io |
json_metadata | "{"app": "beem/0.20.17"}" |
created | 2019-03-16 05:00:06 |
last_update | 2019-03-16 05:00:06 |
depth | 1 |
children | 0 |
last_payout | 2019-03-23 05:00:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 593 |
author_reputation | 152,955,367,999,756 |
root_title | "Adonis-Auth-Scaffold Development Update: Api/HTTP Client Authentication Code Generation" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 81,392,404 |
net_rshares | 0 |