Skip to content

Commit

Permalink
0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Sep 9, 2020
1 parent 5bb4cd5 commit ad7ce5c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
19 changes: 16 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
Changelog
=========

Version 0.1 [unreleased]
------------------------
Version 0.1.0 [2020-09-10]
--------------------------

WIP
- administration web interface
- support for freeradius 3.0
- multi-tenancy
- REST API
- integration with rlm_rest module of freeradius
- possibility of registering new users via API
- social login support
- mobile phone verification via SMS tokens
- possibility to import users from CSV files
- possibility to generate users for events
- management commands and/or celery tasks to perform
clean up operations and periodic tasks
- possibility to extend the base classes and swap models
to add custom functionality without changing the core code
2 changes: 1 addition & 1 deletion docs/source/general/goals.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Other goals are listed below:
* reuse the django user management logic which is very robust and stable
* ensure passwords are hashed with strong algorithms and freeradius can
authorize/authenticate using these hashes (that's why we recommend using the
``rml_rest`` freeradius module with the REST API of openwisp-radius)
``rlm_rest`` freeradius module with the REST API of openwisp-radius)
* integrate openwisp-radius with the rest of the openwisp2 ecosystem
* provide good documentation on how to install the project, configure it with
freeradius and use its most important features
2 changes: 1 addition & 1 deletion openwisp_radius/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 1, 0, 'alpha')
VERSION = (0, 1, 0, 'final')
__version__ = VERSION # alias


Expand Down

0 comments on commit ad7ce5c

Please sign in to comment.