File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -445,7 +445,7 @@ export default Base.extend({
445445
446446__ Authorizers use the session data acquired by the authenticator to construct
447447authorization data__ that can be injected into outgoing network requests. As
448- [ Deprecation warning: Authorizers are deprecated] ( https://github.com/simplabs/ember-simple-auth #deprecation-of-authorizers)
448+ [ Deprecation warning: Authorizers are deprecated] ( #deprecation-of-authorizers )
449449
450450the authorizer depends on the data that the authenticator acquires,
451451__ authorizers and authenticators have to fit together__ .
Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ export default BaseAuthenticator.extend({
271271 {
272272 id : 'ember-simple-auth.oauth2-password-grant-authenticator.client-id-as-authorization' ,
273273 until : '3.0.0' ,
274- url : 'https://github.com/simplabs/ember-simple-auth#deprecation-of-client-id-as-header' ,
274+ url : 'https://github.com/simplabs/ember-simple-auth/tree/2.0.0 #deprecation-of-client-id-as-header' ,
275275 }
276276 ) ;
277277 }
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ export default EmberObject.extend({
3030 {
3131 id : 'ember-simple-auth.baseAuthorizer' ,
3232 until : '3.0.0' ,
33- url : 'https://github.com/simplabs/ember-simple-auth#deprecation-of-authorizers' ,
33+ url : 'https://github.com/simplabs/ember-simple-auth/tree/2.0.0 #deprecation-of-authorizers' ,
3434 }
3535 ) ;
3636 } ,
Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ export default Service.extend(Evented, {
238238 deprecate ( `Ember Simple Auth: 'authorize' is deprecated.` , false , {
239239 id : 'ember-simple-auth.session.authorize' ,
240240 until : '3.0.0' ,
241- url : 'https://github.com/simplabs/ember-simple-auth# authorizers'
241+ url : 'https://github.com/simplabs/ember-simple-auth/tree/2.0.0#deprecation-of- authorizers'
242242 } ) ;
243243 if ( this . get ( 'isAuthenticated' ) ) {
244244 const authorizer = getOwner ( this ) . lookup ( authorizerFactory ) ;
You can’t perform that action at this time.
0 commit comments