惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

量子位
Recent Announcements
Recent Announcements
D
Docker
V
V2EX
阮一峰的网络日志
阮一峰的网络日志
Vercel News
Vercel News
Microsoft Security Blog
Microsoft Security Blog
The GitHub Blog
The GitHub Blog
U
Unit 42
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
月光博客
月光博客
腾讯CDC
B
Blog
博客园_首页
罗磊的独立博客
D
DataBreaches.Net
IT之家
IT之家
酷 壳 – CoolShell
酷 壳 – CoolShell
L
LangChain Blog
aimingoo的专栏
aimingoo的专栏
MongoDB | Blog
MongoDB | Blog
GbyAI
GbyAI
Stack Overflow Blog
Stack Overflow Blog
M
MIT News - Artificial intelligence

Just lepture

我用 AI 造新語 丟失的表達欲 註冊郵箱攻擊 個人域名郵箱免費方案 Markdown on ruby markup Display country flags emoji on Windows 週記,垂死病中驚坐起 程序員與文學衝突 Fireside 遷移記 Typlog 三週年 How to style RSS feed 談談獨立播客 貓與網絡暴力 那霸的夜 PyCon JP 2018 記 摩登 OAuth 2.0:簡介 夜思 Structure of a Flask Project Announcement of Authlib 三藩記 佐渡與阿賀町記 週記,九月末 前端的基礎修養:ARIA Live Regions 週記,九月三週
Authlib Under BSD License
2019-01-01 · via Just lepture

Happy new year, happy new license. Authlib will be licensed under BSD instead of AGPL starting from next release v0.11.

The new year has arrived, it is the time to make a change. The license issue of Authlib has been there for a long time, AGPL seems not a good choice in first place. Although I had planned to split Authlib into 3 modules and issue them under different licenses, that won't happen in a short time. AGPL is preventing many people from using Authlib, the situation will end soon. New year is the time to change the license, and I'm happy to announce that Authlib is going to be licensed under BSD from next release.

Background

Authlib was created to replace my Flask-OAuthlib project. In my previous blog article Announcement of Authlib, the following is posted:

  • Flask-OAuthlib is not designed well.

    It was caused by the API provided by OAuthLib and my poor understanding of OAuth at that time.

  • Flask-OAuthlib is not maintained well.

    It was caused by the maintenance problem of OAuthLib at that time (things are better now).

That is why I started Authlib from scratch and build it as a monolithic project. Starting from scratching would provide Authlib a cleaner and better designed code base, it won't be affected by the maintenance of other projects. Being monolithic would keep specification implementation and framework integrations synchronic in Authlib, and it would also provide a better API design for integrations.

Sustainable

The original goal of making Authlib sustainable won't change. Being profitable equals being sustainable. Although I had switched Authlib license from AGPL to BSD, it is still suggested that enterprise users buy a commercial plan.

  1. You will be enlisted in the security mail list to get security notification at first time;
  2. Your feedbacks will get responses more quickly than community support;
  3. There will be more features in the future.

There is also another way to support my work on Authlib. I'm now accepting donations and sponsorships on Patreon. Thanks for supporting my work on Authlib.

![Patreon](https://c5.patreon.com/external/logo/[email protected])

Get Updates

Version 0.11 should be released in January soon. Follow Authlib's Twitter account and subscribe Authlib's Blog to get updates.

Here is the official blog announcement: https://blog.authlib.org/2019/switch-to-bsd-license.


Happy new license, happy new year.