authentication question
ajomccauley@...
Hi! I've decided to move this question to its own topic :)
Do y'all use your own email/password combos for this stuff (and then figure out securing the info depending on your server/software situation, so it isn't just, in your code)? I'd love to know if that's the norm, b/c right now I feel like I've *got* to be missing something, but maybe I'm not... Thank you! -Alison
|
|
Re: Login produces an error of invalid email
Graham Lawrence
Thank you, Mark, I have found the correct way to use the API. It was simpler than I had assumed.
Graham
|
|
Re: Login produces an error of invalid email
On Sun, Dec 1, 2019 at 10:10 PM Graham Lawrence <Graham@...> wrote: I have tried to login using POST with my email address and password but I getarray(3) { ["object"]=> string(5) "error" ["type"]=> string(13) "invalid email" ["extra"]=> string(0) "" } I saw some calls where no email address was sent. That would result in that error. Mark
|
|
Re: Login produces an error of invalid email
Patrick Dell'Era
I saw a similar error. Turned out it was nothing more than a character in my password that has specific meaning in the context of URLs and had to be encoded. See https://developer.mozilla.org/en-US/docs/Glossary/percent-encoding for more info. -- Cheers, Patrick
From: api@beta.groups.io <api@beta.groups.io> On Behalf Of Graham Lawrence
I have tried to login using POST with my email address and password but I get array(3) { ["object"]=> string(5) "error" ["type"]=> string(13) "invalid email" ["extra"]=> string(0) "" }
|
|
Login produces an error of invalid email
Graham Lawrence
I have tried to login using POST with my email address and password but I get
array(3) { ["object"]=> string(5) "error" ["type"]=> string(13) "invalid email" ["extra"]=> string(0) "" }
|
|
Re: if you want to try to export your stuff...
ajomccauley@...
Sorry for the crosspost! I forgot the "main" beta group was moderated, and I didn't think my post would be approved bc my last one wasn't, so then I posted here. Anyway, sorry about that!
|
|
if you want to try to export your stuff...
ajomccauley@...
...purely as a backup plan!
I used this code (a few weeks ago) to export our 1700+ membership info in 100-count JSON files (you might be able to go bigger, I didn't try): http://yahoogroupedia.pbworks.com/w/page/79909487/Chrome%20Application%20to%20Download%20Members Note: I didn't use the actual chrome extension, I looked at the code and went directly to the export URL to get the json exports. I think you'll see what I mean if you download the zip and look at the code -- and like, I'm on my phone now but I probably have some stuff still on my laptop I could share, if there's any interest. Note: I didn't try the companion script to download messages. Note: To be clear, we used the groups.io transfer service and were very happy with it -- I only downloaded our membership data as a "just in case" backup plan.
|
|
Re: Uploading Pictures via API getting inadequate_permissions
#api
One more issue.
The result of the upload seems to be a nulled out object: {"id":0,"object":"","created":"0001-01-01T00:00:00Z","updated":"0001-01-01T00:00:00Z","user_id":0,"group_id":0,"name":"","desc":"","media_type":"","size":0,"attachment_num":0,"width":0,"height":0,"album_id":0,"display_name":"","user_name":"","profile_photo_url":"","profile_privacy":"","email":"","format":"","focal_length":0,"iso":0,"aperture":0,"shutter_speed":0,"taken":0,"make":"","model":"","thumbnail_url":"","download_url":""}
All the keys are present but they are all 0 or empty. I can't address the photo to add a description for exmaple
|
|
Re: Example signup form?
ajomccauley@...
Hi! Just a bump on this question, if anyone has some advice:
Do y'all use your own email/password combos for this stuff (and then figure out securing the info depending on your server/software situation)? I'd love to know if that's the norm, b/c right now I feel like I've *got* to be missing something, but maybe I'm not...
|
|
Re: Uploading Pictures via API getting inadequate_permissions
#api
Awesome! it works!
Thank you!
|
|
Re: Uploading Pictures via API getting inadequate_permissions
#api
On Wed, Nov 27, 2019 at 6:58 AM Eric di Domenico <eric@...> wrote: Any chance someone from Groups.io can reply to this? I just fixed a bug with that call. Please try again. Thanks, Mark
|
|
Re: Uploading Pictures via API getting inadequate_permissions
#api
Any chance someone from Groups.io can reply to this?
|
|
Re: Help! I'm confused on how to migrate via the api
sierragamers@...
Mark:
I pre-paid a year of premium service and sent you (via private email) a test MBOX file. I'm not sure I have the format correct. Specifically, I didn't know how to tie replies to the original posting. Can you take a look and let me know if what I sent will work for you? Thank you, Ken Williams
|
|
Message to +subscribe, re: display name
ajomccauley@...
Forking off topic #156
I'm thinking of using a basic webform on our website (it's Drupal so there's a webform module) that just sends a message to the "+subscribe" email address of our group. The automatic email from the webform submission is like, kinda sorta from the submitting user's email address, and in my testing, it seems to work great -- but the Display Name isn't getting populated, and I can't figure out why. Specifically: The email header of the email sent to "+subscribe" goes like this: (the "dots" are gmail formatting -- AFAIK the actual email uses <> like a normal.....) From: Jane Doe via Our Website Name • admin@... Reply-to: Jane Doe • jane@... .......... So for whatever reason, the submitting user's email is handled the way I hoped, but not the display name -- like, the submitting user gets an email from Groups.io saying, "Please reply to this email to confirm your subscription request" or whatever (yay), and when the user replies, they're added as a pending group member and the group moderators get a notification email. ...But, the display name isn't populated. To be honest, I was surprised it worked, given that the email isn't "from" the submitting user, it's just the "reply-to" that the submitting user's email address. It's also interesting that the Display Name isn't populated with "Jane Doe" OR "Jane Doe via Our Website Name". ............ Does anyone know the exact way the "from name" in an email sent to a "+subscribe" email address needs to be formatted to make sure it populates the "Display name" on the resulting user account.....? (Or, maybe there's a different question I should ask -- if so, pls feel free to answer That Question instead :D ) Thanks so much, everybody! -Alison
|
|
Re: Example signup form?
ajomccauley@...
(Still wondering about that last thing if anyone has any insight!) (But also -- )
Looks like we won't be using Direct Add after all, they want to approve subscription requests. I mean, the eeeeeasiest thing to do is use a webform on our website (it's Drupal so there's a webform module), send the webform submission to *both* the "+owner" and the "+subscribe" email addresses, ...and that's seriously it, we can collect whatever info we want in the webform (which they only want to have to check against their own records of who's a member of the community IRL), and the user will have a membership request pending approval. The automatic email from the webform submission is like, sort of from the submitting user's email address, and in my testing, it seems to work great -- but the Display Name isn't getting populated, and I can't figure out why. But that's probably out of scope for this thread -- I know I started the thread, but still :) I'll copy into a different thread. (But/And still would love advice on the username/password question I posed in my previous message! :) Thanks, Alison
|
|
Re: BREAKING CHANGES
#important
On Fri, Nov 22, 2019 at 10:59 PM <ajomccauley@...> wrote: Hi and thank you! Did the change happen at the end of September? I'm new to groups.io and the API, poking around, and when I ran the login object, it included a token field with a super long string in it -- but I see the cookie authentication info in the documentation, so, just wanted to check. Thanks! That's legacy and I've just removed it. Thanks, Mark
|
|
Re: Uploading Pictures via API getting inadequate_permissions
#api
If this is any help, here is the Raw request generated by PAW. I am uploading to an album created by the same user.
POST /api/v1/addphotos HTTP/1.1 Content-Type: multipart/form-data; charset=utf-8; boundary=__X_PAW_BOUNDARY__ Cookie: groupsio=XXX Host: groups.io Connection: close User-Agent: Paw/3.1.9 (Macintosh; OS X/10.15.1) GCDHTTPRequest Content-Length: 11157 --__X_PAW_BOUNDARY__ Content-Disposition: form-data; name="csrf" 1691885163244178649 --__X_PAW_BOUNDARY__ Content-Disposition: form-data; name="album_id" 212217 --__X_PAW_BOUNDARY__ Content-Disposition: form-data; name="fileupload"; filename="image.jpeg" Content-Type: image/jpeg ÿØÿàJFIFHHÿáîExifMM*bj(1r2iHHPixelmator 3.8.82019:11:10 21:11:050221 0100 ô w¤ÿá öhttp://ns.adobe.com/xap/1.0/ ÿâ4ICC_PROFILE$applmntrRGB XYZ á acspAPPLAPPLöÖÓ-applÊ%M8ÕÑê descüecprtd#wtptrXYZgXYZ°bXYZÄrTRCØ chadø,bTRCØ gTRCØ descDisplay P3textCopyright Apple Inc., 2017XYZ óQÌXYZ ß=¿ÿÿÿ»XYZ J¿±7 ¹XYZ (8ȹparaffò§ YÐ [sf32BÞÿÿó&ýÿÿû¢ÿÿý£ÜÀnÿÀwô"ÿÄ ÿĵ}!1AQa"q2¡#B±ÁRÑð$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ¢£¤¥¦§¨©ª²³´µ¶·¸¹ºÂÃÄÅÆÇÈÉÊÒÓÔÕÖרÙÚáâãäåæçèéêñòóôõö÷øùúÿÄ ÿĵw!1AQaq"2B¡±Á #3RðbrÑ $4á%ñ&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ¢£¤¥¦§¨©ª²³´µ¶·¸¹ºÂÃÄÅÆÇÈÉÊÒÓÔÕÖרÙÚâãäåæçèéêòóôõö÷øùúÿÛC00D000D\DDDD\t\\\\\ttttttt¨¨¨¨¨¨ÄÄÄÄÄÜÜÜÜÜÜÜÜÜÜÿÛC"$$848`44`æææææææææææææææææææææææææææææææææææææææææææææææææææÿÝ ÿÚ?Ï¢VæbQKE1´PQKE%´PE-RÑ@ E-QKE%´´ÚZZ(RÑ@ KKE%´PQN¢Z((¥¢ZZ@6J)h ¢Ph§bmêJ`%%:mê(´RÒÐh§Q@ ¢E6umêJJ)h ¢ÿУEµ¹RÑLZ((¥¢J)h ¢E6J)h Z((¥¥ bQKF((¥Å.(´´¸¥Å7b(¸¥Å--7bE \RÑ@ 1N¢Åê(¸¢EF)ÔbLS±E7§âÀm§Q7b1@ÆÑu âS¨¤qE:m§bPqE; ÑNÅ ÿÑ¥KIZÜÌ)h¥¦!(¥¥ ÒÒÑ@ E-´´PQKK@ ¥¥ÅRÒâE:J)ih(¥¢E:J)h ¥¥£J)Ø£Ú\RâÜQv(Å\RÒÐqF)ÔPqF)ÔPqI~( C1E;bE;b ¢1@ ¢1@ ¢JJ)qF)RâPh§bPh§bm¥¢?ÿÒ«1N£¹Ú)Ø¥Å6RâZZ`%´´ÚZZ((§Q@ E-S±F(´´¸£S±F((Å.)hÜRâ1N¢ )iq@ F)iq@ÆÑv)q@ ŧbPqK\Râ1NŤqF)Ø£ÌQ~)1LâS±I@âv(Å7S©1@ F)h ÑN¢F)ÔPhÅ:n(§Q@ Å´PqF)ÔPÿÓZ+ ÈJZZ)b1@ ŧâP(§â´£4´¸¤È§S1F)ih(¥¢S¨ ¢PQN¢E-- Z\PiiqF(1KZZ&(Å-- 1NÅ â´bb1@ÆâS¨ âS©(ÜRbI@ Å&)ôÄ7S¨ ÑN¤ ÑNÅ ÑNÅ ÑNÅ ÑN¤ ¤§Q@ ¢PÿÔu¹´RÐE-QZZn(Å;¸ b¢1@l¤*{TØ£ï.æî*lRb >SÒ RÓF{Óè1F)Ôb1OÅ âv(Å%´´RÑ@%--(¥¥Å%¸£J)qK6v( ÑNÅ ÑNÅ QNÅ%1 ¢1@ÒS¨Å6v(Å6u ÑNÅ ÑN¤ ÑN¢1N¤ âS¨ÅÿÕg¸qKZÜÌ^)hw(§bJZ\Q@(Å--&(Å:ŧbÌRb¤Å¢àG1RbQp#ŧâPqF)Ø¥Å7b1@ ŧâP1F)ø£Ú1NŠŧbP11KK\R1F)Ø¥Å+f(Å?bÌQ~(Å£üQf(Å?b)1Rbf(Å?bâSñIn(Å;bÜQv)qEÀf(Å;b1NÅ âS±F(S±F(´S±F(ÿÖ0ivh§m«$®wÍSâP<Ó±RbS¸bSñKwÌQ~(Å¥§b\ÒÒâN §=iüP1)qFàQq6Ònö4ì.1NÏ7z÷4\VQ\2 \S4¸¢à3b1EÆ3b¤Å&(¸Xf)qNÅ.(¸Å.)Ø£®b1NÅ+n(Å?¥p1OŧqâT£®1F)ø£\ñIbÄG1Rb\ñF)ø£\Dx¥Å?b bSñI.1I¢à3b1NàG1RbR¸Xb¤Å¢áb<QbÇÿ×¹1NÅ.)ÜV\S±K.\S±F(¸Xn(Å?¸¢áb=´b¤Å.(¸Xb¥Å&Ú." Ñ´b JzT,²sb äsLi¤ imFУv¢ác8M)=EKæIíSýéQ4h8¢áa|Æ4ìúÓ àÒîÑqØ9íMÁëH)Û¸¢áaG¢à1íÜ{Ô"93À§p±¤²n*LÖxYG^)áw¥p±{"¬²=+ &ïj7ûQqØv)qQî4àÄö¥på\P3Þ.b\R¸Å§bQp1NÅ¢à7b1EÀf(Å?§pn)ôbf(Å?bÌQv(Å£üRbÌQ~(Å£üQ.1N¢ÜQKIEÀJ)h¢àÿÐÑ¢¡ó¡ü©ÂU÷üHÉiqQïZx`zQp°¸¥¤È¥È¥p°RÑE ¥¦ÒÑp°´´Ú3EÂèÅ&hÍ+ Å£4f b4QqØnÑHcCÔSè¢áb/"?JoÙÓµX¢Uâ 2£5Áê¤Uê1G0BGÞÅY£À¬¢8ÿ%*m£µ.(¸È|£Ê=\D>X¥òÅKKEÀF´»EIE¥Å?bÜRân(Å;bÀn(Å;bÃÅ7pïÅK1EÇ¡E->ÌR`ÔQqâSè¢ãLSèÅ>aXf)1O¤£vLSè£,3S¨¢áaS±F(¸¬2S±EÑKEÿÑAz¿Ý?;í©ýÓX¾rûÑç§½>T.fmØÿºiÂö/CX~r{ÒùÉG*36þÝ¡¥ût^±<Ôõ¥óÖD.fmýºzp½ÔþU½}E.à{ÑÈÌÍÁy÷¿JwÚà?ÇXy¤Þ½È¥ìÐsÿjûâ´ÃýáXbúvð}){4>s{íxQöÏÖïaFáéG³sÏOÈÓÈ{þ|W=»#Þ§ó¥ìÇÎt!ÁèsKº¹Ï1»ùÓ¼é?¼3KÙ±ó£¢ÝFã\÷'÷çJ.&ìçó¥ìØùÑÐî£p¬sqýóJ.n?½ü¨öl9Ñ¿º±¬/´Üÿ{ùS ÕÐõü©{6ÈÛó`¬q{69þ¿mcÕVF>h`§oæS£?á¨zn;\»K§±{3ÆösúWRÞhȪÊ;çðÿëÓÏèÔbå/æ5æÜçýXǵ;ÌÙúÑf4óKY|êùTmy:áqõÿëÓ³¯KX?ÚO@ü YöGè£~hqhV¾Æµ.äæ¿SÅêùRÔ9KÔ\\ÆFNGáM7àáßWb±jM«øÓ>Ñ÷Çæ)\v,QU Ä$ðëùÑç!à7åL|¥ª3U<ÃiÂ_\Ñqò2Æi3Pù¢=R\Òf£ßIæâÃ}¨¸ì>uè¸XÎzS"¤ abZ*-âÈ=h¸ìKEQ{ëdêãðæ½· qÛ¥=D]¢«Á`Öí0ÿ}1H,ÿÒÇû#}Z_±¿÷À§mKìoýå£ìRy:½´zSJ.3þÅ'÷ó¥û¿Þ_δ6¯¥.Õô¢ác;ì2ú¯çGØfõ_δ¶¯¥;ýÚ.0:qVRÎi:ãÞ´¼IÉAS*¢àQp±ýqþÏçGö}Ï üë_åô£+ýÚWìûAùÑýuè?:ÙvÃÒ`±ýuýÑùO°]ÿwõ·¸zS/¥.`± ö¿îþ¢°Þwõ¾zS·J9Êsßa»î¿¨¤ûß÷?Q]&áFáK|§7ö+±ü'ó}ïûó®p¥Ü(çCû%×÷çGÙnÇD?tù£4s!ÌkÁÑX~4{ÃÕXþ5Óf4s)Ëk±ÑZ ½ë§´¹Ãå~Ïy×kÒù7Æ×ýk«¢qòóº¿ëIåÝáÖºê(ç)ÈþF·}0ÿuÜRñG8rqàõW?¦ù3q¿#]¥->på8¯&_î7äi|¹¿ºß®Ò8rVÉ¿ºß¦ìû§ò®ãð£J9Ãᶸìinà×uéIéG8r7ÍïIÍwX_JnÔôs)ÃG"sg95ÛmAü"dÝ>qr_ùݸç×4¾lä±ÏÖ»-ÿt~Tlû£ò£È-æqßÔþt¾l§øÏç]HU¦¡?À¿£È,r"iGÛó¤óeÎwNµÖùq!HmíÏð/åG2ìg(³J£ ì>ÏûíùêEµ·÷ò¦KSÿ,ÖeØ,Î_Î9ÞÙ>æ$Áb~¦ºo±ZÏ1A³´?òÍió.ÁfrÜÑ]?Øm¸?Z>Åk¸(æB±ÌäúLê>Åiÿ<Å!²µÿbd§/EtcmÙæh6ÝÐ~f2ÝÑýÛû©£ì6ÿÜýMÈ,ÿÓfÊvÊ RÊvÊ´e.ʸ d;)vT¸¥âl¥ÙRâ!ÙFÊbl£eJ;ì¥ Râ-;h§ÒÒÚ]´ú8¤;ÛF)ÜQ@\n(Å8N(1NÍ\LS±@4´áZ)iÄ¢4¼P+Å-/´Ú)ÔPiÂ(¥âJ)h ¤Å:LSè¢àG0iôS¸àѶEÛI¶IEØXnÚM´ú(»ÛI¶EadG¶´úJwbÐnÑI´Sé(»i6Óé)ÜV¶´ê(¸ÿԣȣu\Òæ¢É¥É¥`¹.hÍG7{Ñ`¹&isQî÷¥Ü(°\5Eæ5ê7}(°îK\Ô[4¬%ͨw{Òo½î¤Ýõ¨<Áê:MÞX.XÝìi7úñõª¥ýqI»=üÍË^`õy¤UmçE4¹¢ÁrÑv"ãÖªùÇ·ó£.[óÞxì R-î3Jõ¥Ê.¥ßëUváþsG(îZ î)wUPãÖºP¹g}¾O§éKþE+É÷Rî_qõ§n÷¢Ár|Ñ#Ö>ôX.M\Ô9¥Í+ÉsFEE3Eä» ¨·QE乤ÍGFMæ5hÈ¢ÁrL7T[ ¨°\4¦n4dÑ`¸üÑfi(°\~hÍ34fÇfÓsFh°\uÜÑ,IMÍ¢Áqh¤Í&h°\Z)3Fh°\ÿÕ2}M¨r´¿/§ëT"\]ËQdz ]ÃÚ$Ü=)w{ qìiw5LJ2j,¿ïQadÑz'»?,&Éõý)7{ô¼zÑ`¸ýÃÔÑõ4ÌZL¯½\¯©¤Ü; få¦éEH\öÍ0=Í÷¦>ÔXËãw¦{S¹4¬,G3¿4êJ,¥.}I¤ÅX.ÄþtÀR õX.8))ùÇZ¸§d ,º¤Ô;Å/(°îKQPï½÷¨°\'ÞWÏûTàO÷ +ÉÁúÓ³õ¨?púÑ`&Ýõ£}GëúÒäö"?½½é¹j>j,· \v:ÒnZ,¹´Íñý(ÝE4ö¢Â¹6E&~µG¥¢Ár]ÇÞ5hÿ=h°\w½&}éúÑ»ÞýÔdÓ7ZLûÑ`$͵}é3E"q¥É¢ÁrL2j>h¢Áqù£4ÌÑ,óFi¥ÍÿÖ©Å/ÉQdÑWbI²ô»Þ¢Í/á@oOz7/¥34nÄ?p¥ÝLÈ£pô ïj]ÍLÝíK¸ú vM.M3-FZ óLËQ äÔn¨÷µÍ!âz9¥ÞÞ Å.j-ÇÒ>Â.i3QäÒäÓ°ÝíFïjMôy¸Råi¾`¥Þ´¹_Jp+éMÞ´Çc@äQ¸ ½ýè°yÒ1}*2ÌX w§¥.õô¨·J7JV6áK¼zT;¥.å÷ 7¯¥Ò¹}M÷£÷Þ4ܯµ_Zc³S²}ECòw4b?Z@M¹ýEÖ¡Âö4~T.O©¥ÍC?`M»ÚuCI¼zQ`&Üi2*-þÔn4XD» .ïzqîhÈõ¢Ã$Ýõ£4ÍÂûÐóíKëQäûQô.OµÔ_P(ù}(°à{QÇ¥Eô4e=H¢ÀK¸7pìÔ¹Ïz,µGF +ÿ×Ï£4ÚZÐÛ©w gP÷-.åô4Ê3@Ü=(Ü})©sõ e½(ËRf4e½hÜE._Z<ÃKæ{RezMÉë@ó= /=*=ëFáí@oãÐÔ{ÚÞ w{RïµAÉ¥ÅKæûQæJ(mëéI¹*0hl&Gô£Ò\S)r}(ؼS9£ÔÐ/ ¥Èô¨¶û6Ð2]ÂÕ>´4¼T9£qõ ¸õ£Zsz2ÞÔ0*?F= EFh\>jqõ£qõ >ojOFâ(ýÏK½ª=çÖ0ÐÛÒþÔÏ2ôýâ7rÒåhß-{Sr´|ôÿÊZåõ¤ãÖ$É£4ÌûÑ`?&Ó2hÍIG¢Í qF*,Ñ@ÿÐËɥɦÑÐôb3@À£\а(ü)¹4dÐóG>´&M;>ô÷¤Í.E÷dÒgéFhrhÍ&is@ÒÑ@ Íî(È üiÙ>´¤É î>´o>µÍGÍ@n¤ÝLçÖ~ïz7Zg¹]ÆÍI3@ËQMÍüѸzÓphÁ¤÷ûÒùõ(Á 7ý)3ì)>sé@Çþ¸¨ù¥É â{Ó3Fã@QøÔ{¥¥øÒSwJ3Lf4Ú? ãG&ö¨÷Rn D¸££Í.hþhÉõ¦dRæKMÈ£~Oµ4ÌR`ÐÑQr)rhù£4ÌûRçÚ?ÿÑÇæJ+B£"ÐäQº"(sFi8£"ñ¤Í&hÜzÑÅ74¼PñIÅ£f\Q@ £-KLÐüÔ¼ÓsI}Îhænn&E¨èÍIEG^hø£ÊZv)pi´fæi2(È È¥È¦äRf$Í.ê&Ô.áFáQîZ2´}¦no~(çÖºÐù£&FM04gÚu Í.i¹ö£u:nê]ÂFi» .á@3IF/>´5´¿'4àM'q@ÜiwT4&ê7Tx4`ÐÿÒÅÝFãIÍÕ.M4fÐKIJ`:m¼QÅ%´´Ú(Ô¤¢3M¢8¦æ4ê1MÍ-.(¤¢Ò`ÑÍ.h¤¢)9¢Fi(¤æÒdÒfGÜÒæLÑÅ.OÒRÐQKFE¹ZOÅÜ2(y£&"" Ô¹¦äQLfm/4¹4RdÑZ\Óhæ¸Q¹i´dPò=hæK¸P°hæp£p É£uQ]Ôn¤Å ÿÓÄɤæ&²EæNh ¢ (¢ (¢m´b(Å´S¤¢@QE¥Í%ìѺE?uÊ(ùdS3E;4fE;4fE6}¦Q@¢3@£4ÜÑwqMÍ.E/qIKÅQÅQ@qI(h¤£´RQ@2i( fm-0JZ(£4ìÑLæ%ÝFê4f?ÿÔÁ£4U;4fE;4RfÐÑIE.hÍ%ìÑM¥Í-£4ê)¹¤Í:m-QEQEQI@KM¢E6 3E¹£4PEPEPEPE£QF)h(¥¢ÒÒPæÒQ@Km æ5hÍIÅis@¢3@¢3@ͦæÐ³E%¼QÅ%%ÿÕÀ¢*É (¢ (¤ ¢ZZm´RQ@E%´QE-P³E6uÚ(Ù¢E-´QE-PÑIE-PÑIKHaKIE0Òf\ÑE(ÍP)( ¤¢(¢(¢ZJ(¢Z)´P¨¤¢Fi( ͤ¢?ÿÖç袢BJ(h¤¥ )iQEQEQEQE )( BÑIK@Q@Q@¢@QEQE (¢ (¢J(h¢`QE (¤¦æJZ)i( BÑEQE´RQ@IKE%´PQKE%Q@PÑJ(ÿÙ --__X_PAW_BOUNDARY__--
|
|
Re: Example signup form?
ajomccauley@...
Oops I replied without refreshing the page first -- thank you, Tim!
Do y'all like, use your own email/password combos for this stuff (and then figure out securing the info depending on your server/software situation)? I'd love to know if that's the norm, b/c right now I feel like I've *got* to be missing something, but maybe I'm not...
|
|
Re: Example signup form?
ajomccauley@...
Hi Ken, thank you *so much* for sharing your code, and re-urging me to get Postman, which I just did :) If/when I figure more stuff out, I'll share back here!
(The reason for all this, for us, is that (a) the group owners want to collect more info than just email address, even though the other info won't go into the person's member record in groups.io (it's for verifying who people are); and, (b) they'd really like to have the Display Name populated from the start. I'm not sure if those are super common needs or if they're unusual, but, that's what I'm trying to figure out if I can put together for them.) Thanks again! -Alison
|
|
Re: Example signup form?
Timothy Fong <timfong888@...>
When you authenticate against the login end point, your client will receive a cookie. Each subsequent request that uses that cookie let’s you perform the other actions. Postman has that option to mimic your actual client.
On Sat, Nov 23, 2019 at 5:16 PM sierragamers via Groups.Io <sierragamers=kensblog.com@groups.io> wrote: Greetings Alison, --
|
|