logseq-calendars-plugin icon indicating copy to clipboard operation
logseq-calendars-plugin copied to clipboard

Feature Request https basic auth

Open chb567 opened this issue 4 years ago • 6 comments

I wish to add my calendars from my radicale instance that's secured behind basic auth.

Axios allows specifying an auth parameter, so i think this should do the trick:

const res = await axios.get('https://httpbin.org/basic-auth/foo/bar', {
  // Axios looks for the `auth` option, and, if it is set, formats a
  // basic auth header for you automatically.
  auth: {
    username: 'foo',
    password: 'bar'
  }
});
res.status; // 200

Thanks in advance

chb567 avatar Mar 18 '22 18:03 chb567

Are you still interested in this feature?

sawhney17 avatar Apr 25 '22 05:04 sawhney17

Yes, absolutely

chb567 avatar Apr 25 '22 07:04 chb567

Would it be possible for you to supply a basic calendar ICS link? Just with a few events scheduled for today. It’d really help me make this possible. On 25 Apr 2022, 11:48 AM +0400, chb567 @.***>, wrote:

Yes, absolutely — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

sawhney17 avatar Apr 25 '22 08:04 sawhney17

Certainly. I can give you the link and the credentials, but I'd rather not share it so publicly :P if you could send me an email I can respond with all that's necessary. [email protected]

chb567 avatar Apr 25 '22 10:04 chb567

Highly interested in this feature. Most people with corporate calendar servers have to use auth to access their day's agenda

aadilayub avatar Nov 15 '22 10:11 aadilayub

Also very interested!

fraschm1998 avatar Feb 28 '23 19:02 fraschm1998