After thinking on it, :auth<> is sort of an authentication chain. Just a
really short one.
To authenticate a module with :auth you have to first
authenticate zef.
On Wed, May 11, 2022 at 4:02 PM Darren Duncan
wrote:
> This discussion thread has excellent timing, because I was otherwise about
>
This discussion thread has excellent timing, because I was otherwise about to
come here and start a thread on the topic.
I have been interested in the weeds of Raku's fully qualified compunit naming
convention for a long long time, since I first saw it in Larry's Apocalypse 12
https://raku.org
But I'm understanding from this conversation is that people have different
ideas of what the auth field means.
1. It shows who is responsible for this code. It is independent of which
home the author chooses, where home is GitHub, gitlab, cpan, zef,p6c etc.
2. It shows who is responsible for this
Hi Vadim,
I'd put it this way: this API has not been stabilized yet. Though at
the moment it's coming to some consensus.
Hopefully it would not be necessary to change the auth field which is
the main issue of mine. Because fez is registering the user on its first
run, the auth field is not need
I'd put it this way: this API has not been stabilized yet. Though at the moment
it's coming to some consensus.
Currently the only ecosystem with authentication is zef. In order to publish
there fez would ask your password once in a while. This is also why all other
ecosystems are considered de
There could be a way for one of them to only act as a middle man. Basically
have fez defer to CPAN and just host a copy of it.
On Tue, May 3, 2022, 10:59 AM Marcel Timmerman wrote:
> Hi Brad,
>
> Auth is for more than just the author. It is for author, authority, and
> authentication.
>
> There
Hi Brad,
Auth is for more than just the author. It is for author, authority,
and authentication.
There is no password or other cryptographic way, so authentication is
not possible. Obviously, I might miss some insight here.
In the documentation I read; "|:auth| generally takes the form
|host
Auth is for more than just the author. It is for author, authority, and
authentication. CPAN can't authenticate github or fez modules, and vice
versa. There is a reason the field is only the first four letters.
That they are seen as different modules is an intended feature, not a bug.
I would lik
Hi,
I was wondering about the 'auth' specification in the meta file or on
the class/module/package. I was used to specify it as 'github:MARTIMM'
because I store the stuff on GitHub for all the goodies it offers. Now I
see//that fez wants to start with 'fez:' and when I look at the
raku.land s