Skip to content

Commit

Permalink
Merge pull request #3783 from ckan/iauthenticator-not-experimental
Browse files Browse the repository at this point in the history
IAuthenticator not experimental
  • Loading branch information
wardi committed Aug 29, 2017
2 parents 3b5e33b + 6aada27 commit 59359b7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ckan/plugins/interfaces.py
Expand Up @@ -1581,10 +1581,7 @@ def organization_facets(self, facets_dict, organization_type, package_type):


class IAuthenticator(Interface):
u'''EXPERIMENTAL
Allows custom authentication methods to be integrated into CKAN.
Currently it is experimental and the interface may change.'''
u'''Allows custom authentication methods to be integrated into CKAN.'''

def identify(self):
u'''called to identify the user.
Expand Down

0 comments on commit 59359b7

Please sign in to comment.