feat(smartradius): Implement full RADIUS server and client with RFC 2865/2866 compliance, including packet handling, authenticators, attributes, secrets manager, client APIs, and comprehensive tests and documentation
This commit is contained in:
13
ts_client/plugins.ts
Normal file
13
ts_client/plugins.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import * as crypto from 'crypto';
|
||||
import * as dgram from 'dgram';
|
||||
|
||||
// Import from smartpromise for deferred promises
|
||||
import * as smartpromise from '@push.rocks/smartpromise';
|
||||
import * as smartdelay from '@push.rocks/smartdelay';
|
||||
|
||||
export {
|
||||
crypto,
|
||||
dgram,
|
||||
smartpromise,
|
||||
smartdelay,
|
||||
};
|
||||
Reference in New Issue
Block a user