@hichchi/ngx-auth 0.0.6 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +108 -109
- package/fesm2022/hichchi-ngx-auth.mjs +0 -1
- package/fesm2022/hichchi-ngx-auth.mjs.map +1 -1
- package/package.json +5 -5
- package/types/hichchi-ngx-auth.d.ts +2 -3
|
@@ -2298,7 +2298,6 @@ class NgxHichchiAuthModule {
|
|
|
2298
2298
|
* @see {@link AuthConfig} Interface defining the configuration structure
|
|
2299
2299
|
* @see {@link AUTH_CONFIG} Injection token for the authentication configuration
|
|
2300
2300
|
* @see {@link AuthService} Service that uses the provided configuration
|
|
2301
|
-
* @see {@link TENANT_HEADER_KEY} Constant used to attach tenant header to requests
|
|
2302
2301
|
*/
|
|
2303
2302
|
static forRoot(config) {
|
|
2304
2303
|
return {
|