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

推荐订阅源

D
DataBreaches.Net
MongoDB | Blog
MongoDB | Blog
GbyAI
GbyAI
L
LangChain Blog
B
Blog
博客园 - 三生石上(FineUI控件)
Martin Fowler
Martin Fowler
博客园 - 【当耐特】
Recent Announcements
Recent Announcements
P
Proofpoint News Feed
U
Unit 42
Last Week in AI
Last Week in AI
WordPress大学
WordPress大学
有赞技术团队
有赞技术团队
雷峰网
雷峰网
Microsoft Security Blog
Microsoft Security Blog
T
The Blog of Author Tim Ferriss
爱范儿
爱范儿
小众软件
小众软件
I
InfoQ
G
Google Developers Blog
大猫的无限游戏
大猫的无限游戏
人人都是产品经理
人人都是产品经理
C
Check Point Blog

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.